Amazon.StorageGateway.AmazonStorageGatewayClient.EndCreateCachediSCSIVolume C# (CSharp) Method

EndCreateCachediSCSIVolume() public method

Finishes the asynchronous execution of the CreateCachediSCSIVolume operation.
public EndCreateCachediSCSIVolume ( IAsyncResult asyncResult ) : CreateCachediSCSIVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCachediSCSIVolume.
return CreateCachediSCSIVolumeResponse
        public  CreateCachediSCSIVolumeResponse EndCreateCachediSCSIVolume(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCachediSCSIVolumeResponse>(asyncResult);
        }
AmazonStorageGatewayClient