Edit

Share via


RealTimeEndpointSettings.EndpointId Property

Definition

Gets or sets the Endpoint Id to use. Can be null.

public:
 property System::String ^ EndpointId { System::String ^ get(); void set(System::String ^ value); };
public string EndpointId { get; set; }
member this.EndpointId : string with get, set
Public Property EndpointId As String

Property Value

Remarks

Specifying an endpoint ID can be useful in recovery scenarios where the application wishes to recover an aborted session.

Applies to