Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts the contact information publication operation. Used to publish a local users contact information.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginPublishContactInformation ( _
items As IEnumerable(Of KeyValuePair(Of PublishableContactInformationType, Object)), _
selfCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Self
Dim items As IEnumerable(Of KeyValuePair(Of PublishableContactInformationType, Object))
Dim selfCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginPublishContactInformation(items, _
selfCallback, state)
public IAsyncResult BeginPublishContactInformation(
IEnumerable<KeyValuePair<PublishableContactInformationType, Object>> items,
AsyncCallback selfCallback,
Object state
)
Parameters
- items
Type: System.Collections.Generic.IEnumerable<KeyValuePair<PublishableContactInformationType, Object>>
- selfCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult