Amazon.Pinpoint.AmazonPinpointClient.UpdateGcmChannelAsync C# (CSharp) Метод

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

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

            return InvokeAsync<UpdateGcmChannelRequest,UpdateGcmChannelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient