Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Blocks calling thread until BeginGetAllMembers completes. Returns a collection of contacts representing group members.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function EndGetAllMembers ( _
asyncResult As IAsyncResult _
) As ContactCollection
'Usage
Dim instance As DistributionGroup
Dim asyncResult As IAsyncResult
Dim returnValue As ContactCollection
returnValue = instance.EndGetAllMembers(asyncResult)
public ContactCollection EndGetAllMembers(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: Microsoft.Lync.Model.Group.ContactCollection