C# 클래스 Protobuf.Interface.PedanticRef

상속: InterfacedActorRef, IPedantic, IPedantic_NoReply
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
PedanticRef ( ) : System
PedanticRef ( IRequestTarget target ) : System
PedanticRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
TestCall ( ) : System.Threading.Tasks.Task
TestOptional ( System value ) : Task>
TestParams ( ) : Task
TestPassClass ( Protobuf param ) : Task
TestReturnClass ( int value, int offset ) : Task
TestTuple ( string>.System value ) : string>>.Task
WithNoReply ( ) : IPedantic_NoReply
WithRequestWaiter ( IRequestWaiter requestWaiter ) : PedanticRef
WithTimeout ( System.TimeSpan timeout ) : PedanticRef

비공개 메소드들

메소드 설명
IPedantic_NoReply ( ) : void
IPedantic_NoReply ( Protobuf param ) : void
IPedantic_NoReply ( string>.System value ) : void
IPedantic_NoReply ( System value ) : void
IPedantic_NoReply ( int value, int offset ) : void

메소드 상세

PedanticRef() 공개 메소드

public PedanticRef ( ) : System
리턴 System

PedanticRef() 공개 메소드

public PedanticRef ( IRequestTarget target ) : System
target IRequestTarget
리턴 System

PedanticRef() 공개 메소드

public PedanticRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System
target IRequestTarget
requestWaiter IRequestWaiter
timeout System.TimeSpan
리턴 System

TestCall() 공개 메소드

public TestCall ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

TestOptional() 공개 메소드

public TestOptional ( System value ) : Task>
value System
리턴 Task>

TestParams() 공개 메소드

public TestParams ( ) : Task
리턴 Task

TestPassClass() 공개 메소드

public TestPassClass ( Protobuf param ) : Task
param Protobuf
리턴 Task

TestReturnClass() 공개 메소드

public TestReturnClass ( int value, int offset ) : Task
value int
offset int
리턴 Task

TestTuple() 공개 메소드

public TestTuple ( string>.System value ) : string>>.Task
value string>.System
리턴 string>>.Task

WithNoReply() 공개 메소드

public WithNoReply ( ) : IPedantic_NoReply
리턴 IPedantic_NoReply

WithRequestWaiter() 공개 메소드

public WithRequestWaiter ( IRequestWaiter requestWaiter ) : PedanticRef
requestWaiter IRequestWaiter
리턴 PedanticRef

WithTimeout() 공개 메소드

public WithTimeout ( System.TimeSpan timeout ) : PedanticRef
timeout System.TimeSpan
리턴 PedanticRef