Click or drag to resize
weroSoft AG, Software
ServerWorkingContextIsHandled Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets or sets a flag whether the context has been handled.

Namespace:  WeroSoft.Server.Data
Assembly:  WeroSoft.Server.Library (in WeroSoft.Server.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool IsHandled { get; set; }

Property Value

Type: Boolean
Remarks
This flag is used by actors to mark the context as handled. A handled context is no longer forwarded to the actors. Note that a incorrect handled context can result in an error (e.g. if return data is expected but not present).
See Also