Header menu logo fable-electron-docs-api

Remoting Type

Static members

Static member Description

Remoting.buildClient config

Full Usage: Remoting.buildClient config

Parameters:
Returns: 'T
Modifiers: inline
Type parameters: 'T

Builds a client for Main -> Renderer IPC proxy router.

config : RemotingConfig
Returns: 'T

Remoting.buildHandler implementation config

Full Usage: Remoting.buildHandler implementation config

Parameters:
Modifiers: inline
Type parameters: 't

Builds the receiver for the two way Main <-> Renderer IPC proxy router.

implementation : 't
config : RemotingConfig

Remoting.buildReceiverProxy (config, impl, resolvedType)

Full Usage: Remoting.buildReceiverProxy (config, impl, resolvedType)

Parameters:
config : RemotingConfig
impl : 'a
resolvedType : Type

Remoting.buildSenderProxy (config, resolvedType)

Full Usage: Remoting.buildSenderProxy (config, resolvedType)

Parameters:
Returns: 'a
config : RemotingConfig
resolvedType : Type
Returns: 'a

Type something to start searching.