Esempio n. 1
0
 /// <inheritdoc/>
 public async Task <CallAnswerResponse> CreateAsync(string parentId, CallControlForkStopCreateOptions createOptions, string postFix = "actions/fork_stop", RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await this.CreateEntityAsync(parentId, postFix, createOptions, requestOptions, cancellationToken));
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public virtual CallAnswerResponse Create(string id, CallControlForkStopCreateOptions options, string postFix = "actions/fork_stop", RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, postFix, options, requestOptions));
 }