mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Add reverse support for canonical instances
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Microsoft.Iris;
|
||||
|
||||
public interface IHasCanonicalInstances
|
||||
{
|
||||
string GetCanonicalName();
|
||||
}
|
||||
Reference in New Issue
Block a user