Self.BeginPublishContactInformation Method

Definition

Publish presence items be set for self.

public:
 IAsyncResult ^ BeginPublishContactInformation(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::Lync::Model::PublishableContactInformationType, System::Object ^>> ^ items, AsyncCallback ^ selfCallback, System::Object ^ state);
public IAsyncResult BeginPublishContactInformation (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.PublishableContactInformationType,object>> items, AsyncCallback selfCallback, object state);
member this.BeginPublishContactInformation : seq<System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.PublishableContactInformationType, obj>> * AsyncCallback * obj -> IAsyncResult
Public Function BeginPublishContactInformation (items As IEnumerable(Of KeyValuePair(Of PublishableContactInformationType, Object)), selfCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

selfCallback
AsyncCallback
state
Object

Returns

System.IAsyncResult

Applies to