Amazon.EC2.AmazonEC2Client.EndCreateVolume C# (CSharp) Метод

EndCreateVolume() публичный Метод

Finishes the asynchronous execution of the CreateVolume operation.
public EndCreateVolume ( IAsyncResult asyncResult ) : CreateVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVolume.
Результат CreateVolumeResponse
        public  CreateVolumeResponse EndCreateVolume(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVolumeResponse>(asyncResult);
        }
AmazonEC2Client