Amazon.Kinesis.AmazonKinesisClient.UpdateShardCountAsync C# (CSharp) Method

UpdateShardCountAsync() public method

Initiates the asynchronous execution of the UpdateShardCount operation.
public UpdateShardCountAsync ( UpdateShardCountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Kinesis.Model.UpdateShardCountRequest Container for the necessary parameters to execute the UpdateShardCount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateShardCountResponse> UpdateShardCountAsync(UpdateShardCountRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateShardCountRequestMarshaller();
            var unmarshaller = UpdateShardCountResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateShardCountRequest,UpdateShardCountResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisClient::UpdateShardCountAsync ( UpdateShardCountRequest request, UpdateShardCountResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisClient