[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
Namespace: net.esper.schedule
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AllocateBucket As ScheduleBucket |
C# |
---|
public ScheduleBucket AllocateBucket () |
Visual C++ |
---|
public: virtual ScheduleBucket^ AllocateBucket () sealed |