Share via


ConnectorFrameworkProxy.Channel Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the communication channel used by the monitoring connector.

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

Usage

'Usage
Dim instance As ConnectorFrameworkProxy
Dim value As IClientChannel

value = instance.Channel

Syntax

'Declaration
Public ReadOnly Property Channel As IClientChannel
public IClientChannel Channel { get; }
public:
property IClientChannel^ Channel {
    IClientChannel^ get ();
}
/** @property */
public IClientChannel get_Channel ()
public function get Channel () : IClientChannel

Property Value

Returns IClientChannel monitoring connector's channel.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace