ContactGroupServicesExtensions.EndGetAllContactsOfAGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ContactsGroups::Contact ^> ^ EndGetAllContactsOfAGroup(Microsoft::Rtc::Collaboration::ContactsGroups::ContactGroupServices ^ contactGroupServices, IAsyncResult ^ result);
public static System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ContactsGroups.Contact> EndGetAllContactsOfAGroup (this Microsoft.Rtc.Collaboration.ContactsGroups.ContactGroupServices contactGroupServices, IAsyncResult result);
static member EndGetAllContactsOfAGroup : Microsoft.Rtc.Collaboration.ContactsGroups.ContactGroupServices * IAsyncResult -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ContactsGroups.Contact>
Parameters
- contactGroupServices
- ContactGroupServices
- result
- IAsyncResult