CallMedia.UnholdAsync 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
UnholdAsync(UnholdOptions, CancellationToken) |
Remove hold from participant. |
UnholdAsync(CommunicationIdentifier, CancellationToken) |
Remove hold from participant. |
UnholdAsync(UnholdOptions, CancellationToken)
- Source:
- CallMedia.cs
Remove hold from participant.
public virtual System.Threading.Tasks.Task<Azure.Response> UnholdAsync (Azure.Communication.CallAutomation.UnholdOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member UnholdAsync : Azure.Communication.CallAutomation.UnholdOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.UnholdAsync : Azure.Communication.CallAutomation.UnholdOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UnholdAsync (options As UnholdOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- options
- UnholdOptions
The options.
- cancellationToken
- CancellationToken
Returns
Applies to
UnholdAsync(CommunicationIdentifier, CancellationToken)
- Source:
- CallMedia.cs
Remove hold from participant.
public virtual System.Threading.Tasks.Task<Azure.Response> UnholdAsync (Azure.Communication.CommunicationIdentifier targetParticipant, System.Threading.CancellationToken cancellationToken = default);
abstract member UnholdAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.UnholdAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UnholdAsync (targetParticipant As CommunicationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- targetParticipant
- CommunicationIdentifier
The targetParticipant.
- 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