UnbufferedFileInitializeAsync Method

Initializes the worker for the next transfer, acquiring any needed resources. Failure must be signaled by throwing an exception. This method is always invoked, once per transfer.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public Task InitializeAsync()

Return Value

Task
Task.

Implements

ITransferWorkerInitializeAsync

See Also