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

EndResetSnapshotAttribute() public méthode

Finishes the asynchronous execution of the ResetSnapshotAttribute operation.
public EndResetSnapshotAttribute ( IAsyncResult asyncResult ) : ResetSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetSnapshotAttribute.
Résultat ResetSnapshotAttributeResponse
        public  ResetSnapshotAttributeResponse EndResetSnapshotAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ResetSnapshotAttributeResponse>(asyncResult);
        }
AmazonEC2Client