Click or drag to resize

ExternalWindowAckResultPreventAutomaticSend Property

Prevents send() from being called directly after invocation of an ExternalWindow method. If prevented send() must be called explicitly otherwise it will be called on Dispose().

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

Property Value

Type: Boolean
See Also