Click or drag to resize

InteropClientRegisterIntentHandlerAsync Method

[Missing <summary> documentation for "M:Openfin.Desktop.InteropAPI.InteropClient.RegisterIntentHandlerAsync(Openfin.Desktop.InteropAPI.IntentHandler,System.String)"]

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task RegisterIntentHandlerAsync(
	IntentHandler handler,
	string intentName
)

Parameters

handler
Type: Openfin.Desktop.InteropAPIIntentHandler

[Missing <param name="handler"/> documentation for "M:Openfin.Desktop.InteropAPI.InteropClient.RegisterIntentHandlerAsync(Openfin.Desktop.InteropAPI.IntentHandler,System.String)"]

intentName
Type: SystemString

[Missing <param name="intentName"/> documentation for "M:Openfin.Desktop.InteropAPI.InteropClient.RegisterIntentHandlerAsync(Openfin.Desktop.InteropAPI.IntentHandler,System.String)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Openfin.Desktop.InteropAPI.InteropClient.RegisterIntentHandlerAsync(Openfin.Desktop.InteropAPI.IntentHandler,System.String)"]

See Also