Amazon.DirectoryService.AmazonDirectoryServiceClient.GetSnapshotLimitsAsync C# (CSharp) Метод

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

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

            return InvokeAsync<GetSnapshotLimitsRequest,GetSnapshotLimitsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDirectoryServiceClient