RealTimeEndpointSettings.EndpointId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.