System.Runtime.Remoting.Contexts.IContributeDynamicSink Interface
Assembly:
Mscorlib.dll
Namespace:
System.Runtime.Remoting.Contexts
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
Summary
Indicates that the implementing property will be registered at runtime through the
Context.RegisterDynamicProperty
API.
C# Syntax:
public interface IContributeDynamicSink
Remarks
Dynamic properties can contribute sinks that are notified when remoting calls start and finish.
See also:
System.Runtime.Remoting.Contexts Namespace
System.Runtime.Remoting.Contexts.IContributeDynamicSink Member List:
Public Methods
GetDynamicSink
Returns the message sink that will be notified of call start and finish events through the
IDynamicMessageSink
interface.
System.Runtime.Remoting.Contexts.IContributeDynamicSink Member Details
Method:
GetDynamicSink
()
Summary
Returns the message sink that will be notified of call start and finish events through the
IDynamicMessageSink
interface.
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
IDynamicMessageSink
GetDynamicSink();
Return Value:
A dynamic sink that exposes
IDynamicMessageSink
.
Return to top
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.