Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.Engine.Client.IReconnectPolicy Interface Reference

IReconnectPolicy is a policy that can be set on an EngineClient object which controls when it should reconnect. More...

Public Member Functions

bool CanConnectNow (IEngineClient b)
 decide whether the given client should be allowed to reconnect now More...
 
void Deregister (IEngineClient b)
 notification that this policy is no longer used to determine policy. More...
 

Detailed Description

IReconnectPolicy is a policy that can be set on an EngineClient object which controls when it should reconnect.

Member Function Documentation

bool Apama.Engine.Client.IReconnectPolicy.CanConnectNow ( IEngineClient  b)

decide whether the given client should be allowed to reconnect now

Parameters
bthe engine client object
Returns
true if the client should be allowed to connect
void Apama.Engine.Client.IReconnectPolicy.Deregister ( IEngineClient  b)

notification that this policy is no longer used to determine policy.

Parameters
bthe engine client object
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.