Method | Description | |
---|---|---|
CallWithTag ( object param, string id = null ) : Task | ||
DummyWithTagRef ( ) : System | ||
DummyWithTagRef ( IRequestTarget target ) : System | ||
DummyWithTagRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System | ||
WithNoReply ( ) : IDummyWithTag_NoReply | ||
WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
WithTimeout ( System.TimeSpan timeout ) : |
Method | Description | |
---|---|---|
IDummyWithTag_NoReply ( object param, string id ) : void |
public CallWithTag ( object param, string id = null ) : Task | ||
param | object | |
id | string | |
return | Task |
public DummyWithTagRef ( IRequestTarget target ) : System | ||
target | IRequestTarget | |
return | System |
public DummyWithTagRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System | ||
target | IRequestTarget | |
requestWaiter | IRequestWaiter | |
timeout | System.TimeSpan | |
return | System |
public WithNoReply ( ) : IDummyWithTag_NoReply | ||
return | IDummyWithTag_NoReply |
public WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
requestWaiter | IRequestWaiter | |
return |
public WithTimeout ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |