Modifies a Smash session's attendee list.
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
- session
- Type: Microsoft.Hawaii.Smash.Client SmashSession
Smash session object.
- managementID
- Type:
System Guid
The owner's management secret required to enumerate, modify, wipe sessions.
- attendeesAdd
- Type:
System.Collections.Generic IEnumerable
String
List of user names to add.
- attendeesRemove
- Type:
System.Collections.Generic IEnumerable
String
List of user names to delete.
- state
- Type:
System Object
State to be passed as userState in the completion event args.
See Also