Interface HangingServiceRequestBase.IHandleResponseObject
-
- All Known Implementing Classes:
StreamingSubscriptionConnection
- Enclosing class:
- HangingServiceRequestBase<T>
public static interface HangingServiceRequestBase.IHandleResponseObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleResponseObject(Object response)Callback delegate to handle asynchronous response.
-
-
-
Method Detail
-
handleResponseObject
void handleResponseObject(Object response) throws ArgumentException
Callback delegate to handle asynchronous response.- Parameters:
response- Response received from the server- Throws:
ArgumentException
-
-