BeginDeleteGroup Method

Send a service request to remove the specified group from groups list.

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

Syntax

'Declaration
Public Function BeginDeleteGroup ( _
    groupId As Integer, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ContactGroupServices
Dim groupId As Integer
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginDeleteGroup(groupId, _
    userCallback, state)
public IAsyncResult BeginDeleteGroup(
    int groupId,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

Remarks

TODO: Need to fix this for cache refresh scenario, currently it may fail only if idle contact/group cache is expired.

See Also

Reference

ContactGroupServices Class

ContactGroupServices Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace