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
Version
The version of the method
string Version { get; }