IChannelConnectionState
Reference the IChannelConnectionState interface for channel connection details.
読み終わるまでの所要時間 1 分最終更新 23日前
A connection state change in a channel.
#include <IChannelConnectionState.h>Public Functions
Name | |
|---|---|
| virtual const ConnectionState & | State() const =0 The connection state of the resource. |
| virtual IChannelSession & | ChannelSession() const =0 The ChannelSession in which this connection state change took place. |
Public Functions Documentation
function State
The connection state of the resource.virtual const ConnectionState & State() const =0
function ChannelSession
The ChannelSession in which this connection state change took place.virtual IChannelSession & ChannelSession() const =0