mirror of
https://github.com/opensim/opensim.git
synced 2026-05-31 06:45:53 +08:00
9 lines
211 B
C#
9 lines
211 B
C#
using System;
|
|
namespace OpenSim.Grid.MessagingServer
|
|
{
|
|
public interface IMessageUserServerService
|
|
{
|
|
bool SendToUserServer(System.Collections.Hashtable request, string method);
|
|
}
|
|
}
|