Table of Contents

Interface IProtocolProvider

Namespace
Artemis.UI.Shared.Providers
Assembly
Artemis.UI.Shared.dll

Represents a provider associating with a custom protocol, e.g. artemis://

public interface IProtocolProvider

Methods

AssociateWithProtocol(string)

Associate Artemis with the provided custom protocol.

Task AssociateWithProtocol(string protocol)

Parameters

protocol string

The protocol to associate Artemis with.

Returns

Task

DisassociateWithProtocol(string)

Disassociate Artemis with the provided custom protocol.

Task DisassociateWithProtocol(string protocol)

Parameters

protocol string

The protocol to disassociate Artemis with.

Returns

Task