LineDisplay.ClaimAsync Method

Definition

Attempts to gain exclusive access to the line display.

public:
 virtual IAsyncOperation<ClaimedLineDisplay ^> ^ ClaimAsync() = ClaimAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ClaimedLineDisplay> ClaimAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ClaimedLineDisplay> ClaimAsync();
function claimAsync()
Public Function ClaimAsync () As IAsyncOperation(Of ClaimedLineDisplay)

Returns

When the method completes, it returns a ClaimedLineDisplay.

Attributes

Applies to