System.Runtime.Remoting.Messaging.IMessageCtrl Interface

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Messaging
Summary
Provides a way to control asynchronous messages after they have dispatched using the IMessageSink.AsyncProcessMessage.
C# Syntax:
public interface IMessageCtrl
See also:
System.Runtime.Remoting.Messaging Namespace

System.Runtime.Remoting.Messaging.IMessageCtrl Member List:

Public Methods
Cancel Cancels an asynchronous call.

System.Runtime.Remoting.Messaging.IMessageCtrl Member Details

Method: Cancel(
   int msToCancel
)
Summary
Cancels an asynchronous call.
C# Syntax:
void Cancel(int msToCancel(
   int msToCancel
);
Parameters:

msToCancel

The number of milliseconds after which to cancel the message.

Return to top


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.