FileCommunicatorWaitForFile Method

Waits until whole file is loaded and return its content in data. It uses FileName property to get the remote file.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public void WaitForFile(
	ByteBuffer data,
	CancellationToken cancelToken
)

Parameters

data  ByteBuffer
cancelToken  CancellationToken

See Also