Indicates that the flow is active on Flow events
Namespace:
Kaazing.AMQP
Assembly:
Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IsFlowActive As Boolean
Get |
C# |
---|
public bool IsFlowActive { get; } |
Visual C++ |
---|
public:
property bool IsFlowActive {
bool get ();
} |
See Also