[This is preliminary documentation and is subject to change.]
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CallReactor(
IEnumerable<Call> calls,
bool isBackground
)
public CallReactor(
IEnumerable<Call> calls,
bool isBackground
)
Public Sub New (
calls As IEnumerable(Of Call),
isBackground As Boolean
)
Public Sub New (
calls As IEnumerable(Of Call),
isBackground As Boolean
)
public:
CallReactor(
IEnumerable<Call^>^ calls,
bool isBackground
)
public:
CallReactor(
IEnumerable<Call^>^ calls,
bool isBackground
)
new :
calls : IEnumerable<Call> *
isBackground : bool -> CallReactor
new :
calls : IEnumerable<Call> *
isBackground : bool -> CallReactor