Property CompileSynchronously
CompileSynchronously
Gets or sets whether or not to burst compile the code immediately on first use, or in the background over time.
Declaration
public bool CompileSynchronously { get; set; }
Property Value
Type | Description |
---|---|
Boolean | The default is false, true will force this code to be compiled synchronously on first invocation. |