Class ConfiguredSessionRegisterImpl
Inheritance
System.Object
ConfiguredSessionRegisterImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FixAntenna.Core.dll
public sealed class ConfiguredSessionRegisterImpl : IConfiguredSessionRegister
Methods
Register client ConfiguredSessionListener.
Declaration
public void AddSessionManagerListener(IConfiguredSessionListener listener)
Parameters
Declaration
Declaration
public IList<SessionParameters> GetRegisteredSessions()
Returns
Declaration
public SessionParameters GetSessionParams(SessionId sessionId)
Parameters
Returns
Declaration
public SessionParameters GetSessionParams(string senderCompId, string targetCompId)
Parameters
Type |
Name |
Description |
System.String |
senderCompId |
|
System.String |
targetCompId |
|
Returns
Declaration
public bool IsSessionRegistered(SessionId sessionId)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSessionRegistered(string senderCompId, string targetCompId)
Parameters
Type |
Name |
Description |
System.String |
senderCompId |
|
System.String |
targetCompId |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void NotifyConfiguredSessionAdd(SessionParameters params)
Parameters
Declaration
public void NotifyConfiguredSessionRemoved(SessionParameters params)
Parameters
Declaration
public void RegisterSession(SessionId sessionId, SessionParameters p)
Parameters
Declaration
public void RegisterSession(SessionParameters p)
Parameters
Unregister client ConfiguredSessionListener.
Declaration
public void RemoveSessionManagerListener(IConfiguredSessionListener listener)
Parameters
Declaration
public void UnregisterSession(SessionParameters p)
Parameters
Implements