CallReactor Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodCallReactor( Call )
Initializes a new instance of the CallReactor class
Public methodCallReactor(IEnumerable Call )
Initializes a new instance of the CallReactor class
Public methodCallReactor(Boolean,  Call )
Initializes a new instance of the CallReactor class
Public methodCallReactor(IEnumerable Call , Boolean)
Initializes a new instance of the CallReactor class
Public methodCallReactor(IEnumerable Call , Action CallReactor , Object)
Initializes a new instance of the CallReactor class
Public methodCallReactor(Action CallReactor , Object,  Call )
Initializes a new instance of the CallReactor class
Public methodCallReactor(Boolean, Action CallReactor , Object,  Call )
Initializes a new instance of the CallReactor class
Public methodCallReactor(IEnumerable Call , Boolean, Action CallReactor , Object)
Initializes a new instance of the CallReactor class
Back to Top
See Also