C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.NotificationWaitSuccessResponseBody

A class indicates the NotificationWait request type success response body.
Inheritance: Microsoft.Protocols.TestSuites.Common.MailboxResponseBodyBase
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Parse ( byte rawData ) : NotificationWaitSuccessResponseBody

Parse the NotificationWait request type success response body.

Method Details

Parse() public static method

Parse the NotificationWait request type success response body.
public static Parse ( byte rawData ) : NotificationWaitSuccessResponseBody
rawData byte The raw data which is returned by server.
return NotificationWaitSuccessResponseBody