MessageFormatterDuplexPipeTracker.GetULongToken 메서드

정의

오버로드

GetULongToken(IDuplexPipe)

클라이언트에서 RPC 서버로 메서드 인수로 전송되는 토큰을 나타내는 IDuplexPipe 토큰을 만듭니다.

GetULongToken(PipeReader)

클라이언트에서 RPC 서버로 메서드 인수로 전송되는 토큰을 나타내는 PipeReader 토큰을 만듭니다.

GetULongToken(PipeWriter)

클라이언트에서 RPC 서버로 메서드 인수로 전송되는 토큰을 나타내는 PipeWriter 토큰을 만듭니다.

GetULongToken(IDuplexPipe)

클라이언트에서 RPC 서버로 메서드 인수로 전송되는 토큰을 나타내는 IDuplexPipe 토큰을 만듭니다.

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

매개 변수

duplexPipe
IDuplexPipe

RPC 서버와 공유할 클라이언트 파이프입니다. null일 수 있습니다.

반환

The token to use as the RPC method argument; or null if duplexPipe was null.

예외

생성자에 제공되지 않거나 MultiplexingStream ID 속성 없이 메시지를 serialize할 때 throw됩니다.

적용 대상

GetULongToken(PipeReader)

클라이언트에서 RPC 서버로 메서드 인수로 전송되는 토큰을 나타내는 PipeReader 토큰을 만듭니다.

public ulong? GetULongToken (System.IO.Pipelines.PipeReader? reader);
member this.GetULongToken : System.IO.Pipelines.PipeReader -> Nullable<uint64>
Public Function GetULongToken (reader As PipeReader) As Nullable(Of ULong)

매개 변수

reader
PipeReader

RPC 서버와 공유할 클라이언트 파이프입니다. null일 수 있습니다.

반환

The token to use as the RPC method argument; or null if reader was null.

예외

생성자에 제공되지 않거나 MultiplexingStream ID 속성 없이 메시지를 serialize할 때 throw됩니다.

적용 대상

GetULongToken(PipeWriter)

클라이언트에서 RPC 서버로 메서드 인수로 전송되는 토큰을 나타내는 PipeWriter 토큰을 만듭니다.

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

매개 변수

writer
PipeWriter

RPC 서버와 공유할 클라이언트 파이프입니다. null일 수 있습니다.

반환

The token to use as the RPC method argument; or null if writer was null.

예외

생성자에 제공되지 않거나 MultiplexingStream ID 속성 없이 메시지를 serialize할 때 throw됩니다.

적용 대상