Share via


XboxLiveEndpointPair.State Property

Definition

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.

Applies to