Retrives a held modality.

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

Syntax

C#
public 
IAsyncResult 
BeginRetrieve(
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

Parameters

modalityCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

Remarks

Available only for the AvModality.

See Also