Compartilhar via


ConnectorFrameworkProxy.Channel Property

 

Applies To: Operations Manager for System Center 2012

Gets the communication channel used by the monitoring connector.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public IClientChannel Channel { get; }
public:
property IClientChannel^ Channel {
    IClientChannel^ get();
}
member Channel : IClientChannel with get
Public ReadOnly Property Channel As IClientChannel

Property Value

Type: System.ServiceModel.IClientChannel

Returns IClientChannel monitoring connector's channel.

See Also

ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top