Show / Hide Table of Contents

Interface IInstallerChannelHandler

Interface to be implemented to handle installer messages.

Namespace: StockSharp.Installer.IPC
Assembly: StockSharp.Installer.IPC.dll
Syntax
public interface IInstallerChannelHandler

Methods

GetInstallerResponseAsync(InstallerMessage, CancellationToken)

Handle incoming message and return response.

Declaration
Task<InstallerMessage> GetInstallerResponseAsync(InstallerMessage request, CancellationToken token)
Parameters
Type Name Description
InstallerMessage request

Request message.

CancellationToken token

Cancellation token.

Returns
Type Description
Task<InstallerMessage>

Task that represents response message on completion.

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾