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