Amazon.StorageGateway.AmazonStorageGatewayClient.EndDescribeSnapshotSchedule C# (CSharp) Method

EndDescribeSnapshotSchedule() public method

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