NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IMessageCtrl.Cancel

Cancel an asynchronous call.

[Visual Basic]
Sub Cancel( _
   ByVal msToCancel As Integer _
)
[C#]
void Cancel(
   int msToCancel
);
[C++]
void Cancel(
   int msToCancel
) = 0;
[JScript]
function Cancel(
   msToCancel : int
);

Parameters

msToCancel
The number of milliseconds in which to cancel the message.

See Also

IMessageCtrl Interface | IMessageCtrl Members | System.Runtime.Remoting Namespace