IThreadingApiAdvance Method

GF API Documentation
Should be invoked in a loop by a single thread. This will be referred to as the API thread in documentation. Causes the API to process its message queues. Returns when queue has emptied. IGFClient enqueues received messages asynchronously. Advance MUST be called regularly for proper functionality. IGFClient is not threadsafe. Other threads MUST NOT operate on IGFClient while this call is executing.

Namespace:  GF.Api.Threading
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

void Advance()
See Also

Reference