The Microsoft.Hawaii.Smash.Client.Contracts namespace includes
service contract definitions. Users of the Windows and Windows Phone
clients do not directly use these classes; they are useful for those
who are developing clients for other platforms.
Classes
| Class | Description | |
|---|---|---|
| AddPageToBlobRequest |
The wire representation of the method used to add incremental data from a stream to a blob.
Applications do not use this directly.
| |
| AddPageToBlobResponse |
The wire representation of the AddPageToBlobAsync result.
Applications do not use this directly.
| |
| CreateBlobRequest |
The wire representation of the CreateBlobAsync call.
Applications do not use this directly.
| |
| CreateBlobResponse |
The wire representation of the CreateBlobAsync result.
Applications do not use this directly.
| |
| CreateSessionRequest |
The wire representation of the CreateSessionAsync call.
Applications do not use this directly.
| |
| CreateSessionResponse |
The wire representation of the CreateSessionAsync result.
Applications do not use this directly.
| |
| EnumSessionsRequest |
The wire representation of the EnumSessionsAsync call.
Applications do not use this directly.
| |
| EnumSessionsResponse |
The wire representation of the EnumSessionsAsync result.
Applications do not use this directly.
| |
| GetRowsRequest |
The wire representation of the method retrieving SmashTable record adds/updates/deletes to the Smash service.
Applications do not use this directly.
| |
| GetRowsResponse |
The wire representation of the result of the method used to retrieve row updates from the Smash service.
Applications do not use this directly.
| |
| GetSessionInfoRequest |
The wire representation of the GetSessionInfoAsync call.
Applications do not use this directly.
| |
| GetSessionInfoResponse |
The wire representation of the GetSessionInfoAsync result.
Applications do not use this directly.
| |
| JoinSessionRequest |
The wire representation of the JoinSessionAsync call.
Applications do not use this directly.
| |
| JoinSessionResponse |
The wire representation of the JoinSessionAsync result.
Applications do not use this directly.
| |
| ModifySessionRequest |
The wire representation of the ModifySessionAsync call.
Applications do not use this directly.
| |
| ModifySessionResponse |
The wire representation of the ModifySessionAsync result.
Applications do not use this directly.
| |
| SendRowsRequest |
The wire representation of the method sending SmashTable record adds/updates/deletes to the Smash service.
Applications do not use this directly.
| |
| SendRowsResponse |
The wire representation of the result of the method used to send client updates of SmashTable to the Smash service.
Applications do not use this directly.
| |
| WipeSessionRequest |
The wire representation of the WipeSessionAsync call.
Applications do not use this directly.
| |
| WipeSessionResponse |
The wire representation of the WipeSessionAsync result.
Applications do not use this directly.
|