Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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