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

EndModifySnapshotAttribute() public method

Finishes the asynchronous execution of the ModifySnapshotAttribute operation.
public EndModifySnapshotAttribute ( IAsyncResult asyncResult ) : ModifySnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySnapshotAttribute.
return ModifySnapshotAttributeResponse
        public  ModifySnapshotAttributeResponse EndModifySnapshotAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifySnapshotAttributeResponse>(asyncResult);
        }
AmazonEC2Client