SyncResponse<TServiceObject,TChange> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base response class for synchronization operations.
generic <typename TServiceObject, typename TChange>
where TServiceObject : ServiceObject where TChange : Changepublic ref class SyncResponse abstract : Microsoft::Exchange::WebServices::Data::ServiceResponse
public abstract class SyncResponse<TServiceObject,TChange> : Microsoft.Exchange.WebServices.Data.ServiceResponse where TServiceObject : ServiceObject where TChange : Change
Public MustInherit Class SyncResponse(Of TServiceObject, TChange)
Inherits ServiceResponse
Type Parameters
- TServiceObject
The type of the service object.
- TChange
The type of change.
- Inheritance
- Derived
Properties
Changes |
Gets a list of changes that occurred on the synchronized folder. |
ErrorCode |
Gets the error code associated with this response. (Inherited from ServiceResponse) |
ErrorDetails |
Gets error details associated with the response. (Inherited from ServiceResponse) |
ErrorMessage |
Gets a detailed error message associated with the response. (Inherited from ServiceResponse) |
ErrorProperties |
Gets information about property errors associated with the response. (Inherited from ServiceResponse) |
Result |
Gets the result associated with this response. (Inherited from ServiceResponse) |