Amazon.Glacier.AmazonGlacierClient.GetVaultLockAsync C# (CSharp) Метод

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

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

            return InvokeAsync<GetVaultLockRequest,GetVaultLockResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonGlacierClient