Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.IsSync Method

Returns whether requests must be made synchronously (i.e., no async).

Class: YetaWF.Core.Support.YetaWFManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static bool IsSync();

Return Value

Returns whether all requests must be made synchronously (i.e., no async).

Remarks

At certain times, particularly during rendering, requests cannot be made asynchronously. The IsSync method can be used to determine whether requests must be made synchronously.

See Also YetaWF.Core.Support.YetaWFManager ClassYetaWF.Core Overview