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

EndModifyVolumeAttribute() public method

Finishes the asynchronous execution of the ModifyVolumeAttribute operation.
public EndModifyVolumeAttribute ( IAsyncResult asyncResult ) : ModifyVolumeAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyVolumeAttribute.
return ModifyVolumeAttributeResponse
        public  ModifyVolumeAttributeResponse EndModifyVolumeAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyVolumeAttributeResponse>(asyncResult);
        }
AmazonEC2Client