Table of Contents

Interface INameVersionInfo

Namespace
DurableTask.Core
Assembly
DurableTask.Core.dll

Interface for name and version class to be used in lookup mappings

public interface INameVersionInfo

Properties

Name

The name of the method

string Name { get; }

Property Value

string

Version

The version of the method

string Version { get; }

Property Value

string