Gets all group members.

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IAsyncResult 
BeginGetAllMembers(
	
AsyncCallback 
groupCallback,
	
Object 
state
)

Parameters

groupCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also