CallConnection.CancelAddParticipantOperationAsync 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
CancelAddParticipantOperationAsync(CancelAddParticipantOperationOptions, CancellationToken) |
Cancel add participant operation. |
CancelAddParticipantOperationAsync(String, CancellationToken) |
Cancel add participant operation. |
CancelAddParticipantOperationAsync(CancelAddParticipantOperationOptions, CancellationToken)
- Source:
- CallConnection.cs
- Source:
- CallConnection.cs
Cancel add participant operation.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CancelAddParticipantOperationResult>> CancelAddParticipantOperationAsync (Azure.Communication.CallAutomation.CancelAddParticipantOperationOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member CancelAddParticipantOperationAsync : Azure.Communication.CallAutomation.CancelAddParticipantOperationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CancelAddParticipantOperationResult>>
override this.CancelAddParticipantOperationAsync : Azure.Communication.CallAutomation.CancelAddParticipantOperationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CancelAddParticipantOperationResult>>
Public Overridable Function CancelAddParticipantOperationAsync (options As CancelAddParticipantOperationOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CancelAddParticipantOperationResult))
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
CancelAddParticipantOperationAsync(String, CancellationToken)
- Source:
- CallConnection.cs
- Source:
- CallConnection.cs
Cancel add participant operation.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CancelAddParticipantOperationResult>> CancelAddParticipantOperationAsync (string invitationId, System.Threading.CancellationToken cancellationToken = default);
abstract member CancelAddParticipantOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CancelAddParticipantOperationResult>>
override this.CancelAddParticipantOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CancelAddParticipantOperationResult>>
Public Overridable Function CancelAddParticipantOperationAsync (invitationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CancelAddParticipantOperationResult))
Parameters
- invitationId
- String
- 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