Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetDeployablePatchSnapshotForInstanceAsync C# (CSharp) 메소드

GetDeployablePatchSnapshotForInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the GetDeployablePatchSnapshotForInstance operation.
public GetDeployablePatchSnapshotForInstanceAsync ( GetDeployablePatchSnapshotForInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetDeployablePatchSnapshotForInstanceRequest Container for the necessary parameters to execute the GetDeployablePatchSnapshotForInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<GetDeployablePatchSnapshotForInstanceResponse> GetDeployablePatchSnapshotForInstanceAsync(GetDeployablePatchSnapshotForInstanceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetDeployablePatchSnapshotForInstanceRequestMarshaller();
            var unmarshaller = GetDeployablePatchSnapshotForInstanceResponseUnmarshaller.Instance;

            return InvokeAsync<GetDeployablePatchSnapshotForInstanceRequest,GetDeployablePatchSnapshotForInstanceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient