Property | Type | Description | |
---|---|---|---|
NO_TIMEOUT | int |
Method | Description | |
---|---|---|
DelegatingTimeoutProxy ( object target, int timeoutMillis, int bufferSize ) : System |
Create a new MethodTimeoutProxy.
|
|
Invoke ( object proxy, |
Method | Description | |
---|---|---|
IsStreamHandlerMethod ( |
public DelegatingTimeoutProxy ( object target, int timeoutMillis, int bufferSize ) : System | ||
target | object | /// The object we are wrapping |
timeoutMillis | int | |
bufferSize | int | |
return | System |
public Invoke ( object proxy, |
||
proxy | object | |
method | ||
args | object | |
return | Object |