IThreadSignaler¶
Interface for signaling upload threads.
Fields:¶
LoggingContext Context¶
- A LoggingContext instance for debugging purposes. To help UploadStreamBase implementors log in the IThreadSignaler's context, the interface implementors must make their logging context accessible.
Methods:¶
Void SignalThread()¶
- Signals the associated thread to resume or wake up.