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

EndCreateVolume() public method

Finishes the asynchronous execution of the CreateVolume operation.
public EndCreateVolume ( IAsyncResult asyncResult ) : CreateVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVolume.
return CreateVolumeResponse
        public  CreateVolumeResponse EndCreateVolume(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVolumeResponse>(asyncResult);
        }
AmazonEC2Client