SessionProperties.ModifyPropertyTimeoutInMsecs Property

Solclient

SessionPropertiesModifyPropertyTimeoutInMsecs Property
version: 7.2.1.27
Maximum amount of time (in milliseconds) to wait for session property modification. Default: 100000 (10 seconds)

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

Property Value

Type: Int32
See Also