Compartir a través de


InstantMessagingCall Constructor

Creates a new instance of the InstantMessagingCall class.

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

Syntax

'Declaration
Public Sub New ( _
    conversation As Conversation _
)
'Usage
Dim conversation As Conversation

Dim instance As New InstantMessagingCall(conversation)
public InstantMessagingCall(
    Conversation conversation
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

Thrown when the conversation parameter is null.

See Also

Reference

InstantMessagingCall Class

InstantMessagingCall Members

Microsoft.Rtc.Collaboration Namespace