DistributionGroup.EndGetAllMembers Method
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