 | AppSettingsNoWorkers property |
If True, defined workers are not called.
Default: false.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool NoWorkers { get; set; }
Public Property NoWorkers As Boolean
Get
Set
public:
property bool NoWorkers {
bool get ();
void set (bool value);
}
member NoWorkers : bool with get, set
Property value
Boolean
See also