microsoft.exchange.webservices.data.core.request
Interface HangingServiceRequestBase.IHandleResponseObject

All Known Implementing Classes:
StreamingSubscriptionConnection
Enclosing class:
HangingServiceRequestBase<T>

public static interface HangingServiceRequestBase.IHandleResponseObject


Method Summary
 void handleResponseObject(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


Copyright © 2012–2015 Microsoft. All rights reserved.