Solclient
SessionPropertiesProvisionTimeoutInMsecs Property |
The timeout (in milliseconds) for an endpoint provision or deprovision confirmation.
The valid range is >= 1000.
Default: 3000
Default: 3000
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 ProvisionTimeoutInMsecs { get; set; }
Public Property ProvisionTimeoutInMsecs As Integer Get Set
public: property int ProvisionTimeoutInMsecs { int get (); void set (int value); }
Property Value
Type: Int32See Also