ContactGroupServices.EndDeleteGroup Method

Ends the asynchronous operation initiated by BeginDeleteGroup.

Namespace:  Microsoft.Rtc.Collaboration.ContactsGroups
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub EndDeleteGroup ( _
    result As IAsyncResult _
)
'Usage
Dim instance As ContactGroupServices
Dim result As IAsyncResult

instance.EndDeleteGroup(result)
public void EndDeleteGroup(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

Thrown when result is null.

ArgumentException

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

InvalidOperationException

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

PublishSubscribeException

Thrown when the SIP SERVICE request is rejected by the server.

OperationFailureException

Thrown when the underlying subscription changed during the operation.

RealTimeException

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

Remarks

For OperationFailureException, the inner exception should give more information.

See Also

Reference

ContactGroupServices Class

ContactGroupServices Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace