Partilhar via


ContactCard Constructor (Int64)

Create an instance of the ContactCard class.

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

Syntax

'Declaration
Public Sub New ( _
    instanceId As Long _
)
'Usage
Dim instanceId As Long

Dim instance As New ContactCard(instanceId)
public ContactCard(
    long instanceId
)

Parameters

  • instanceId
    Type: System.Int64
    The instance ID of the ContactCard.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Thrown when instanceId is not between 0 and UInt32.MaxValue.

See Also

Reference

ContactCard Class

ContactCard Members

ContactCard Overload

Microsoft.Rtc.Collaboration.Presence Namespace