ContactManager.BeginRemoveGroup Method

Removes a group from the group list.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginRemoveGroup ( _
    group As Group, _
    contactsAndGroupsCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ContactManager
Dim group As Group
Dim contactsAndGroupsCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginRemoveGroup(group, _
    contactsAndGroupsCallback, state)
public IAsyncResult BeginRemoveGroup(
    Group group,
    AsyncCallback contactsAndGroupsCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

ContactManager Class

ContactManager Members

Microsoft.Lync.Model Namespace