Amazon.EC2.AmazonEC2Client.EndDescribeSnapshotAttribute C# (CSharp) Méthode

EndDescribeSnapshotAttribute() public méthode

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