All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runtime.csharp.IRT.IServiceDispatcher.cs Maven / Gradle / Ivy

There is a newer version: 1.3.19
Show 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