This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
Summary
Indicates that the implementing message sink will be provided by dynamically registered properties.
C# Syntax:
public interface IDynamicMessageSink
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).
true if the method is invoked on the client side, false if on the server side..
bAsync
true if this is an asynchronic call, false if it is synchronic.
Remarks
The Boolean parameters indicate whether the sink is located on the client side or the server side and whether the call is using IMessageSink.AsyncProcessMessage.
true if the method is invoked on the client side, false if on the server side..
bAsync
true if this is an asynchronic call, false if it is synchronic.
Remarks
The Boolean parameters indicate whether the sink is located on the client side or the server side and whether the call is using IMessageSink.AsyncProcessMessage.