For the complete documentation index, see llms.txt. This page is also available as Markdown.

WaitForAsyncOperation<T>(AsyncOperationHandle<T>,CancellationToken)

Method in YarnTask

Summary

public static partial YarnTask<T> WaitForAsyncOperation<T>(AsyncOperationHandle<T> operationHandle, CancellationToken cancellationToken);

Parameters

Name
Description

AsyncOperationHandle<T> operationHandle

CancellationToken cancellationToken

Last updated

Was this helpful?