Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IProtocolManagerService Interface
NamespacesGenesyslab.Desktop.Modules.Core.SDK.ProtocolIProtocolManagerService
The interface for the ProtocolManagerService class.
Declaration Syntax
C#Visual BasicVisual C++
public interface IProtocolManagerService : IDisposable
Public Interface IProtocolManagerService _
	Implements IDisposable
public interface class IProtocolManagerService : IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
ConfigureWarmStandBy(ProtocolConfiguration, CfgApplication)
Configures the server for WarmSstandBy functionality.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
GetProtocol(String)
Gets the protocol.

GetTLSConfiguration(String)
Gets the TLS configuration.

Receiver
Gets the receiver.

Register(ProtocolConfiguration, CfgApplication)
Configures the WarmStandBy Information provided by the server application and registers the specified protocol configuration.

Unregister(String)
Unregisters the specified name.

UseTLS(String)
Uses the TLS.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)