Amazon.EC2.AmazonEC2Client.EndDescribeSnapshotAttribute C# (CSharp) Method

EndDescribeSnapshotAttribute() public method

Finishes the asynchronous execution of the DescribeSnapshotAttribute operation.
public EndDescribeSnapshotAttribute ( IAsyncResult asyncResult ) : DescribeSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshotAttribute.
return DescribeSnapshotAttributeResponse
        public  DescribeSnapshotAttributeResponse EndDescribeSnapshotAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSnapshotAttributeResponse>(asyncResult);
        }
AmazonEC2Client