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

EndEnableVolumeIO() public method

Finishes the asynchronous execution of the EnableVolumeIO operation.
public EndEnableVolumeIO ( IAsyncResult asyncResult ) : EnableVolumeIOResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableVolumeIO.
return EnableVolumeIOResponse
        public  EnableVolumeIOResponse EndEnableVolumeIO(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableVolumeIOResponse>(asyncResult);
        }
AmazonEC2Client