ContextFactoryProperties.LogDelegate Property

Solclient

ContextFactoryPropertiesLogDelegate Property
version: 7.2.1.27
Log info delegate.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public OnSolLogInfo LogDelegate { get; set; }
Public Property LogDelegate As OnSolLogInfo
	Get
	Set
public:
property OnSolLogInfo^ LogDelegate {
	OnSolLogInfo^ get ();
	void set (OnSolLogInfo^ value);
}

Property Value

Type: OnSolLogInfo
See Also