MessageFormatterDuplexPipeTracker.GetPipe 메서드

정의

오버로드

GetPipe(Nullable<Int32>)
사용되지 않음.

IDuplexPipe RPC 서버에서 메서드 인수로 수신될 때 지정된 토큰에서 만듭니다.

GetPipe(Nullable<UInt64>)

IDuplexPipe RPC 서버에서 메서드 인수로 수신될 때 지정된 토큰에서 만듭니다.

GetPipe(Nullable<Int32>)

주의

Use GetPipe(ulong?) instead.

IDuplexPipe RPC 서버에서 메서드 인수로 수신될 때 지정된 토큰에서 만듭니다.

public System.IO.Pipelines.IDuplexPipe GetPipe (int? token);
public System.IO.Pipelines.IDuplexPipe? GetPipe (int? token);
[System.Obsolete("Use GetPipe(ulong?) instead.")]
public System.IO.Pipelines.IDuplexPipe? GetPipe (int? token);
member this.GetPipe : Nullable<int> -> System.IO.Pipelines.IDuplexPipe
[<System.Obsolete("Use GetPipe(ulong?) instead.")>]
member this.GetPipe : Nullable<int> -> System.IO.Pipelines.IDuplexPipe
Public Function GetPipe (token As Nullable(Of Integer)) As IDuplexPipe

매개 변수

token
Nullable<Int32>

원래 메서드를 사용하여 GetToken(IDuplexPipe) 클라이언트에서 가져온 메서드 인수입니다.

반환

The IDuplexPipe from the token; or null if token was null.

특성

예외

토큰이 클라이언트에서 제공하는 대역 외 채널과 일치하지 않는 경우 throw됩니다.

생성자에 제공되지 않은 MultiplexingStream 경우 throw됩니다.

적용 대상

GetPipe(Nullable<UInt64>)

IDuplexPipe RPC 서버에서 메서드 인수로 수신될 때 지정된 토큰에서 만듭니다.

public System.IO.Pipelines.IDuplexPipe? GetPipe (ulong? token);
member this.GetPipe : Nullable<uint64> -> System.IO.Pipelines.IDuplexPipe
Public Function GetPipe (token As Nullable(Of ULong)) As IDuplexPipe

매개 변수

token
Nullable<UInt64>

원래 메서드를 사용하여 GetToken(IDuplexPipe) 클라이언트에서 가져온 메서드 인수입니다.

반환

The IDuplexPipe from the token; or null if token was null.

예외

토큰이 클라이언트에서 제공하는 대역 외 채널과 일치하지 않는 경우 throw됩니다.

생성자에 제공되지 않은 MultiplexingStream 경우 throw됩니다.

적용 대상