Wipes (erases) all contents of a Smash session and prevents any further operation on the session.
Namespace: Microsoft.Hawaii.Smash.ClientAssembly: Microsoft.Hawaii.Smash.Client (in Microsoft.Hawaii.Smash.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- identity
- Type: Microsoft.Hawaii ClientIdentity
ClientIdentity object used for authentication.
- meetingToken
- Type:
System Guid
The meeting token of the session to join.
- sessionID
- Type:
System Guid
The session ID of the session to be wiped.
- managementID
- Type:
System Guid
The owner's management secret required to enumerate, modify, wipe sessions.
- state
- Type:
System Object
State to be passed as userState in the completion event args.
See Also