CommunicatorGetParamsDetailedInfo Method

Returns a detailed description of communicator configuration. If it is not overriden, it returns list of names and values of all connection params and it includes also timeouts.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public string GetParamsDetailedInfo()

Return Value

String
List of names and values of all connection params and it includes also timeouts.

See Also