Group.BeginAddContact Method
Adds a new contact to the group.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginAddContact ( _
contact As Contact, _
groupCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Group
Dim contact As Contact
Dim groupCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginAddContact(contact, _
groupCallback, state)
public IAsyncResult BeginAddContact(
Contact contact,
AsyncCallback groupCallback,
Object state
)
Parameters
- contact
Type: Microsoft.Lync.Model.Contact
- groupCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult