Amazon.Snowball.AmazonSnowballClient.CreateAddressAsync C# (CSharp) Метод

CreateAddressAsync() публичный Метод

Initiates the asynchronous execution of the CreateAddress operation.
public CreateAddressAsync ( CreateAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Snowball.Model.CreateAddressRequest Container for the necessary parameters to execute the CreateAddress operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateAddressResponse> CreateAddressAsync(CreateAddressRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateAddressRequestMarshaller();
            var unmarshaller = CreateAddressResponseUnmarshaller.Instance;

            return InvokeAsync<CreateAddressRequest,CreateAddressResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }