Click or drag to resize

InteropBrokerInitAsync Method

Initialize this InteropBroker.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<InteropBroker> InitAsync()

Return Value

Type: TaskInteropBroker
A new Task for the InteropBroker
See Also