Amazon.OpsWorks.AmazonOpsWorksClient.UpdateUserProfileAsync C# (CSharp) Method

UpdateUserProfileAsync() public method

Initiates the asynchronous execution of the UpdateUserProfile operation.
public UpdateUserProfileAsync ( UpdateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateUserProfileRequest Container for the necessary parameters to execute the UpdateUserProfile operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateUserProfileResponse> UpdateUserProfileAsync(UpdateUserProfileRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateUserProfileRequestMarshaller();
            var unmarshaller = UpdateUserProfileResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateUserProfileRequest,UpdateUserProfileResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient