RealTimeEndpoint.OwnerUri 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 the URI of the owner of the endpoint.
public:
property System::String ^ OwnerUri { System::String ^ get(); };
public string OwnerUri { get; }
member this.OwnerUri : string
Public ReadOnly Property OwnerUri As String
Property Value
Remarks
Note that this URI is different from the endpoint URI. This URI is not bound to a specific endpoint but to the owner of the endpoint. The owner of an endpoint can typically be contacted on multiple endpoints through forking or load balancing.
This value identifies the owner of the local endpoint and must be set when the RealTimeEndpoint implementation is instantiated.