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

EndAttachVolume() public method

Finishes the asynchronous execution of the AttachVolume operation.
public EndAttachVolume ( IAsyncResult asyncResult ) : AttachVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachVolume.
return AttachVolumeResponse
        public  AttachVolumeResponse EndAttachVolume(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachVolumeResponse>(asyncResult);
        }
AmazonEC2Client