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

C#
public 
IAsyncResult 
BeginPublishContactInformation(
	
IEnumerable<
KeyValuePair<

PublishableContactInformationType, 
Object>> 
items,
	
AsyncCallback 
selfCallback,
	
Object 
state
)

Parameters

items
Type: System.Collections.Generic . . :: . . IEnumerable < (Of < ( <' KeyValuePair < (Of < ( <' PublishableContactInformationType, Object > ) > ) > > ) > ) >
selfCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also