Amazon.EC2.AmazonEC2Client.EndDescribeSnapshotAttribute C# (CSharp) 메소드

EndDescribeSnapshotAttribute() 공개 메소드

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