Method | Description | |
---|---|---|
PedanticRef ( ) : System | ||
PedanticRef ( IRequestTarget target ) : System | ||
PedanticRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System | ||
PedanticRef ( IRequestTarget target, IRequestWaiter requestWaiter, TimeSpan? timeout = null ) : System | ||
TestCall ( ) : Task | ||
TestOptional ( System.Nullable |
||
TestOptional ( System |
||
TestParams ( ) : Task |
||
TestPassClass ( UnityBasic param ) : Task |
||
TestPassClass ( UnityBasic.Interface.TestParam param ) : Task |
||
TestReturnClass ( int value, int offset ) : Task |
||
TestTuple ( string>.System |
||
TestTuple ( Tuple |
||
WithNoReply ( ) : IPedantic_NoReply | ||
WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
WithTimeout ( System.TimeSpan timeout ) : |
||
WithTimeout ( TimeSpan? timeout ) : |
Method | Description | |
---|---|---|
IPedantic_NoReply ( ) : void | ||
IPedantic_NoReply ( System.Nullable |
||
IPedantic_NoReply ( string>.System |
||
IPedantic_NoReply ( System |
||
IPedantic_NoReply ( Tuple |
||
IPedantic_NoReply ( UnityBasic param ) : void | ||
IPedantic_NoReply ( UnityBasic.Interface.TestParam param ) : void | ||
IPedantic_NoReply ( int value, int offset ) : void |
public PedanticRef ( IRequestTarget target ) : System | ||
target | IRequestTarget | |
return | System |
public PedanticRef ( IRequestTarget target, IRequestWaiter requestWaiter, System.TimeSpan timeout = null ) : System | ||
target | IRequestTarget | |
requestWaiter | IRequestWaiter | |
timeout | System.TimeSpan | |
return | System |
public PedanticRef ( IRequestTarget target, IRequestWaiter requestWaiter, TimeSpan? timeout = null ) : System | ||
target | IRequestTarget | |
requestWaiter | IRequestWaiter | |
timeout | TimeSpan? | |
return | System |
public TestOptional ( System.Nullable |
||
value | System.Nullable |
|
return | Task |
public TestPassClass ( UnityBasic param ) : Task |
||
param | UnityBasic | |
return | Task |
public TestPassClass ( UnityBasic.Interface.TestParam param ) : Task |
||
param | UnityBasic.Interface.TestParam | |
return | Task |
public TestReturnClass ( int value, int offset ) : Task |
||
value | int | |
offset | int | |
return | Task |
public TestTuple ( string>.System |
||
value | string>.System | |
return | string>>.Task |
public TestTuple ( Tuple |
||
value | Tuple |
|
return | string>>.Task |
public WithRequestWaiter ( IRequestWaiter requestWaiter ) : |
||
requestWaiter | IRequestWaiter | |
return |
public WithTimeout ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | |
return |
public WithTimeout ( TimeSpan? timeout ) : |
||
timeout | TimeSpan? | |
return |