[This is preliminary documentation and is subject to change.]
The CallReactor type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CallReactor( Call ) | Initializes a new instance of the CallReactor class | |
| CallReactor(IEnumerable Call ) | Initializes a new instance of the CallReactor class | |
| CallReactor(Boolean, Call ) | Initializes a new instance of the CallReactor class | |
| CallReactor(IEnumerable Call , Boolean) | Initializes a new instance of the CallReactor class | |
| CallReactor(IEnumerable Call , Action CallReactor , Object) | Initializes a new instance of the CallReactor class | |
| CallReactor(Action CallReactor , Object, Call ) | Initializes a new instance of the CallReactor class | |
| CallReactor(Boolean, Action CallReactor , Object, Call ) | Initializes a new instance of the CallReactor class | |
| CallReactor(IEnumerable Call , Boolean, Action CallReactor , Object) | Initializes a new instance of the CallReactor class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| Wait |
Blocks until all calls managed by this reactor instance have ended
| |
| WaitAll |
Waits for all reactors to finish
|
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| THREAD_NAME | ||
| THREAD_SLEEP_MSEC |
Properties
| Name | Description | |
|---|---|---|
| Calls |
Enumerates all calls that this reactor instance services
| |
| Context |
Gets/sets reactor-wide context which is originally supplied in .ctor or null
| |
| Exception |
Returns an exception surfaced during reactor operation or null
| |
| Finished |
Retunrs true when all calls have finished processing
|
See Also