Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetInventorySchemaAsync C# (CSharp) Метод

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

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

            return InvokeAsync<GetInventorySchemaRequest,GetInventorySchemaResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient