PartyLocalEndpoint

Represents a local endpoint.

Syntax

class PartyLocalEndpoint : public PartyEndpoint  

Public Methods

Name Description
GetLocalUser Gets the local user associated with this local endpoint.
SendMessage Sends a message to other endpoints in the network.
FlushMessages Forces all queued messages to the specified endpoints from this local endpoint to be sent as soon as possible regardless of their coalesce settings.
GetEndpointStatistics Gets one or more statistic counter values for the specified target endpoints.

Requirements

Header: Party.h

See also

Party members
PartyEndpoint
PartyEndpoint::GetLocal