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

DeleteUserProfileAsync() public method

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

            return InvokeAsync<DeleteUserProfileRequest,DeleteUserProfileResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient