runtime.csharp.IRT.IServiceDispatcher.cs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idealingua-v1-runtime-rpc-csharp_2.13 Show documentation
Show all versions of idealingua-v1-runtime-rpc-csharp_2.13 Show documentation
idealingua-v1-runtime-rpc-csharp
The newest version!
using System;
using System.Collections;
using System.Collections.Generic;
namespace IRT {
public interface IServiceDispatcher {
D Dispatch(C ctx, string method, D data);
string GetSupportedService();
string[] GetSupportedMethods();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy