IDynamicMessageSink Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the implementing message sink will be provided by dynamically registered properties.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IDynamicMessageSink
public interface IDynamicMessageSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IDynamicMessageSink
type IDynamicMessageSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IDynamicMessageSink = interface
Public Interface IDynamicMessageSink
- Attributes
Remarks
Dynamic message sinks are provided with notifications of call start and call finish with flags indicating whether the call is currently on the client side or server side (this is useful for the context level sinks).
Methods
ProcessMessageFinish(IMessage, Boolean, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Indicates that a call is returning. |
ProcessMessageStart(IMessage, Boolean, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Indicates that a call is starting. |