BeginUpdateProperties Method

Updates the properties of the conversation.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function BeginUpdateProperties ( _
    conversationProperties As ConversationProperties, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Conversation
Dim conversationProperties As ConversationProperties
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginUpdateProperties(conversationProperties, _
    userCallback, state)
public IAsyncResult BeginUpdateProperties(
    ConversationProperties conversationProperties,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

Remarks

Sends a conversation property update message.

Exceptions

[cref][T:System.ArgumentNullException]: Thrown if the value is null.

[cref][T:System.ArgumentException]: Thrown if the ?????????? has no property to update.

[cref][T:System.InvalidOperationException]: Thrown if the ???????? has an invalid property to update.

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace