Table of Contents

Interface IRemotesGraph

Namespace
DMediatR
Assembly
DMediatR.dll

Interface for registering a RemotesGraph class.

public interface IRemotesGraph

Methods

GetSvg(RemotesGraphRequest)

string GetSvg(RemotesGraphRequest request)

Parameters

request RemotesGraphRequest

Returns

string

GetSvgAsync()

Task<string> GetSvgAsync()

Returns

Task<string>