Org.IdentityConnectors.Framework.Server.ConnectorServer.IsStarted C# (CSharp) Method

IsStarted() public abstract method

Return true if the server is started.
Note that started is a logical state (start method has been called). It does not necessarily reflect the health of the server
public abstract IsStarted ( ) : bool
return bool
        public abstract bool IsStarted();