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 the client for the Main <-> Renderer two way IPC communication.

config : RemotingConfig
Returns: 't

Remoting.buildHandler impl config

Full Usage: Remoting.buildHandler impl config

Parameters:
Modifiers: inline
Type parameters: 'T

Builds the receiver for the Main -> Renderer IPC communication.

impl : 'T
config : RemotingConfig

Remoting.buildProxyReceiver (impl, config, resolvedType)

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

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

Remoting.buildProxySender (config, resolvedType)

Full Usage: Remoting.buildProxySender (config, resolvedType)

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

Type something to start searching.