Udostępnij za pośrednictwem


ConfigMgrBgbTcpSession.IsConnected Property

 

Indicates whether the session is connected.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public override bool IsConnected { get; }
public:
property bool IsConnected {
    virtual bool get() override;
}
Public Overrides ReadOnly Property IsConnected As Boolean

Property Value

Type: System.Boolean

See Also

ConfigMgrBgbTcpSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top