RemoteServiceConnectionInfo.MultiplexingChannelId Property

Definition

Gets or sets the ID of the channel created over the remote service broker's multiplexing stream where the activated service is listening.

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)

Property Value

Applies to