XboxLiveEndpointPair.State 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 a value representing the state of this XboxLiveEndpointPair.
Important
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public:
property XboxLiveEndpointPairState State { XboxLiveEndpointPairState get(); };
XboxLiveEndpointPairState State();
public XboxLiveEndpointPairState State { get; }
var xboxLiveEndpointPairState = xboxLiveEndpointPair.state;
Public ReadOnly Property State As XboxLiveEndpointPairState
Property Value
The current state of the endpoint pair.
Remarks
The state of an XboxLiveEndpointPair can change at any time. You should not cache this value, unless you also use the StateChanged event to update that cached state when it changes.