RemoteMeetingTranscriptionOperation.WaitForCompletionAsync Method
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.
Overloads
WaitForCompletionAsync(CancellationToken) | |
WaitForCompletionAsync(TimeSpan, CancellationToken) |
WaitForCompletionAsync(CancellationToken)
public override System.Threading.Tasks.ValueTask<Azure.Response<Microsoft.CognitiveServices.Speech.RemoteMeeting.RemoteMeetingTranscriptionResult>> WaitForCompletionAsync (System.Threading.CancellationToken cancellationToken = default);
override this.WaitForCompletionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Azure.Response<Microsoft.CognitiveServices.Speech.RemoteMeeting.RemoteMeetingTranscriptionResult>>
Public Overrides Function WaitForCompletionAsync (Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of Response(Of RemoteMeetingTranscriptionResult))
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
WaitForCompletionAsync(TimeSpan, CancellationToken)
public override System.Threading.Tasks.ValueTask<Azure.Response<Microsoft.CognitiveServices.Speech.RemoteMeeting.RemoteMeetingTranscriptionResult>> WaitForCompletionAsync (TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default);
override this.WaitForCompletionAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Azure.Response<Microsoft.CognitiveServices.Speech.RemoteMeeting.RemoteMeetingTranscriptionResult>>
Public Overrides Function WaitForCompletionAsync (pollingInterval As TimeSpan, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of Response(Of RemoteMeetingTranscriptionResult))
Parameters
- pollingInterval
- TimeSpan
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET