프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClientRef | System | ||
IClient_NoReply | void |
메소드 | 설명 | |
---|---|---|
ClientRef ( IActorRef actor ) : System | ||
ClientRef ( IActorRef actor, IRequestWaiter requestWaiter, System.TimeSpan timeout ) : System | ||
Start ( System count ) : System.Threading.Tasks.Task | ||
WithNoReply ( ) : IClient_NoReply | ||
WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
WithTimeout ( System.TimeSpan timeout ) : |
메소드 | 설명 | |
---|---|---|
ClientRef ( ) : System | ||
IClient_NoReply ( System count ) : void |
public ClientRef ( IActorRef actor, IRequestWaiter requestWaiter, System.TimeSpan timeout ) : System | ||
actor | IActorRef | |
requestWaiter | IRequestWaiter | |
timeout | System.TimeSpan | |
리턴 | System |
public Start ( System count ) : System.Threading.Tasks.Task | ||
count | System | |
리턴 | System.Threading.Tasks.Task |
public WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
requestWaiter | IRequestWaiter | |
리턴 |
public WithTimeout ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
리턴 |