Amazon.StorageGateway.AmazonStorageGatewayClient.SetLocalConsolePasswordAsync C# (CSharp) Méthode

SetLocalConsolePasswordAsync() public méthode

Initiates the asynchronous execution of the SetLocalConsolePassword operation.
public SetLocalConsolePasswordAsync ( SetLocalConsolePasswordRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SetLocalConsolePasswordRequest Container for the necessary parameters to execute the SetLocalConsolePassword operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<SetLocalConsolePasswordResponse> SetLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetLocalConsolePasswordRequestMarshaller();
            var unmarshaller = SetLocalConsolePasswordResponseUnmarshaller.Instance;

            return InvokeAsync<SetLocalConsolePasswordRequest,SetLocalConsolePasswordResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient