MessageFormatterDuplexPipeTracker.GetPipeWriter 메서드

정의

오버로드

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

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

GetPipeWriter(Nullable<UInt64>)

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

GetPipeWriter(Nullable<Int32>)

주의

Use GetPipeWriter(ulong?) instead.

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

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

매개 변수

token
Nullable<Int32>

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

반환

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

특성

예외

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

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

적용 대상

GetPipeWriter(Nullable<UInt64>)

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

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

매개 변수

token
Nullable<UInt64>

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

반환

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

예외

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

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

적용 대상