ContactManager.BeginRemoveContactFromAllGroups Method
Removes a contact from all groups except distribution groups.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginRemoveContactFromAllGroups ( _
contact As Contact, _
contactsAndGroupsCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As ContactManager
Dim contact As Contact
Dim contactsAndGroupsCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginRemoveContactFromAllGroups(contact, _
contactsAndGroupsCallback, state)
public IAsyncResult BeginRemoveContactFromAllGroups(
Contact contact,
AsyncCallback contactsAndGroupsCallback,
Object state
)
Parameters
- contact
Type: Microsoft.Lync.Model.Contact
- contactsAndGroupsCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult