Edit

Share via


ContactGroupServices.EndGetCachedGroup(IAsyncResult) Method

Definition

Ends the asynchronous operation initiated by the BeginGetCachedGroup.

public:
 Microsoft::Rtc::Collaboration::ContactsGroups::Group ^ EndGetCachedGroup(IAsyncResult ^ result);
public Microsoft.Rtc.Collaboration.ContactsGroups.Group EndGetCachedGroup (IAsyncResult result);
member this.EndGetCachedGroup : IAsyncResult -> Microsoft.Rtc.Collaboration.ContactsGroups.Group
Public Function EndGetCachedGroup (result As IAsyncResult) As Group

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Information about the group.

Exceptions

Thrown when result is null.

Thrown when result was created by a Begin method for a different operation.

Thrown when EndGetCachedGroup was called more than once for the same instance of result.

Thrown when the underlying subscription changed during the operation.

Thrown when SIP Transport, SIP authentication and credential-related errors are encountered.

Remarks

For OperationFailureException, the inner exception should give more information.

Applies to