File: System\EnterpriseServices\IRemoteDispatch.cs
Project: System.EnterpriseServices.dll (System.EnterpriseServices)
#region Assembly System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.EnterpriseServices.dll
#endregion
 
using System.Runtime.InteropServices;
 
namespace System.EnterpriseServices
{
    [Guid("6619a740-8154-43be-a186-0319578e02db")]
    public interface IRemoteDispatch
    {
        [AutoComplete(true)]
        string RemoteDispatchAutoDone(string s);
        [AutoComplete(false)]
        string RemoteDispatchNotAutoDone(string s);
    }
}