Amazon.StorageGateway.AmazonStorageGatewayClient.EndDescribeSnapshotSchedule C# (CSharp) 메소드

EndDescribeSnapshotSchedule() 공개 메소드

Finishes the asynchronous execution of the DescribeSnapshotSchedule operation.
public EndDescribeSnapshotSchedule ( IAsyncResult asyncResult ) : DescribeSnapshotScheduleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshotSchedule.
리턴 DescribeSnapshotScheduleResponse
        public  DescribeSnapshotScheduleResponse EndDescribeSnapshotSchedule(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSnapshotScheduleResponse>(asyncResult);
        }
AmazonStorageGatewayClient