예제 #1
0
 /// <inheritdoc/>
 public async Task <CallTransferResponse> CreateAsync(string parentId, CallControlTransferOptions createOptions, string postFix = "actions/transfer", RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await this.CreateEntityAsync(parentId, postFix, createOptions, requestOptions, cancellationToken));
 }
예제 #2
0
 /// <inheritdoc/>
 public virtual CallTransferResponse Create(string id, CallControlTransferOptions options, string postFix = "actions/transfer", RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, postFix, options, requestOptions));
 }