Amazon.ConfigService.AmazonConfigServiceClient.EndDeliverConfigSnapshot C# (CSharp) Method

EndDeliverConfigSnapshot() public method

Finishes the asynchronous execution of the DeliverConfigSnapshot operation.
public EndDeliverConfigSnapshot ( IAsyncResult asyncResult ) : Amazon.ConfigService.Model.DeliverConfigSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeliverConfigSnapshot.
return Amazon.ConfigService.Model.DeliverConfigSnapshotResponse
        public  DeliverConfigSnapshotResponse EndDeliverConfigSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeliverConfigSnapshotResponse>(asyncResult);
        }
AmazonConfigServiceClient