RemoteServiceConnectionInfo.MultiplexingChannelId 属性

定义

获取或设置在激活服务正在侦听的远程 service broker 的多路传输流上创建的通道的 ID。

public:
 property Nullable<System::UInt64> MultiplexingChannelId { Nullable<System::UInt64> get(); void set(Nullable<System::UInt64> value); };
public ulong? MultiplexingChannelId { get; set; }
member this.MultiplexingChannelId : Nullable<uint64> with get, set
Public Property MultiplexingChannelId As Nullable(Of ULong)

属性值

Nullable<UInt64>

适用于