UnknownIdentifier Class

Definition

Represents an identifier of an unknown type. It will be encountered in communications with endpoints that are not identifiable by this version of the SDK.

public class UnknownIdentifier : Azure.Communication.CommunicationIdentifier
type UnknownIdentifier = class
    inherit CommunicationIdentifier
Public Class UnknownIdentifier
Inherits CommunicationIdentifier
Inheritance
UnknownIdentifier

Constructors

UnknownIdentifier(String)

Initializes a new instance of UnknownIdentifier.

Properties

Id

The id of the endpoint.

RawId

Returns the canonical string representation of the CommunicationIdentifier. You can use the RawId for encoding the identifier and then use it as a key in a database.

Methods

Equals(CommunicationIdentifier)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

(Inherited from CommunicationIdentifier)
ToString()

Returns a string that represents the current object.

Applies to