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
- group
Type: Microsoft.Lync.Model.Group.Group
- contactsAndGroupsCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult