TrySetTextAsync(String?, Int32, CancellationToken) Method

Definition

Assembly XenoAtom.Terminal.dll

Sets clipboard text asynchronously (best effort).

public ValueTask<bool> TrySetTextAsync([Nullable((byte)2)] string? text, int timeoutMs = 1000, CancellationToken cancellationToken = default(CancellationToken))

Parameters

text
String
timeoutMs
Int32
cancellationToken
CancellationToken

Returns