IContributeObjectSink Gränssnitt

Definition

Bidrar med en objektspecifik avlyssningsmottagare på serverdelen av ett fjärrkommunikationsanrop.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public interface class IContributeObjectSink
public interface IContributeObjectSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeObjectSink
type IContributeObjectSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeObjectSink = interface
Public Interface IContributeObjectSink
Attribut

Kommentarer

Gränssnittet IContributeObjectSink implementeras av kontextegenskaper i en Context klass som vill bidra med en objektspecifik avlyssningsmottagare på serverdelen av ett fjärrkommunikationsanrop.

Serverobjektkedjan består av dessa kontextegenskaper i serverobjektets kontext som implementerar IContributeObjectSink.

Metoder

Name Description
GetObjectSink(MarshalByRefObject, IMessageSink)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

Kedjar meddelandemottagaren för det angivna serverobjektet framför den angivna mottagarkedjan.

Gäller för