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

EndResetSnapshotAttribute() public method

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