Method | Description | |
---|---|---|
Call ( int a, int b, string c ) : System.Threading.Tasks.Task | ||
CallWithDefault ( int a = 1, int b = 2, string c = "Test" ) : System.Threading.Tasks.Task | ||
DefaultRef ( ) : System | ||
DefaultRef ( IRequestTarget target ) : System | ||
DefaultRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System | ||
WithNoReply ( ) : IDefault_NoReply | ||
WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
WithTimeout ( System.TimeSpan timeout ) : |
Method | Description | |
---|---|---|
IDefault_NoReply ( int a, int b, string c ) : void |
public Call ( int a, int b, string c ) : System.Threading.Tasks.Task | ||
a | int | |
b | int | |
c | string | |
return | System.Threading.Tasks.Task |
public CallWithDefault ( int a = 1, int b = 2, string c = "Test" ) : System.Threading.Tasks.Task | ||
a | int | |
b | int | |
c | string | |
return | System.Threading.Tasks.Task |
public DefaultRef ( IRequestTarget target ) : System | ||
target | IRequestTarget | |
return | System |
public DefaultRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System | ||
target | IRequestTarget | |
requestWaiter | IRequestWaiter | |
timeout | System.TimeSpan | |
return | System |
public WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
requestWaiter | IRequestWaiter | |
return |
public WithTimeout ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |