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

EndEnableVolumeIO() public méthode

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