Group.BeginRemoveContact method

Removes a contact from the group.

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

Syntax

'Declaration
Public Function BeginRemoveContact ( _
    pContact As Contact, _
    groupCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Group
Dim pContact As Contact
Dim groupCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginRemoveContact(pContact, _
    groupCallback, state)
public IAsyncResult BeginRemoveContact(
    Contact pContact,
    AsyncCallback groupCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

Group class

Group members

Microsoft.Lync.Model.Group namespace