Click or drag to resize

ChannelConnectOptionsWait Property

If true will wait for ChannelProvider to connect. If false will fail if ChannelProvider is not found.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public bool Wait { get; set; }

Property Value

Type: Boolean
The Wait property gets the value of the underlying JObject field, "wait".
See Also