Example #1
0
 public abstract Task<IOResponseHandle> InvokeService(IORequest request, string serviceName, ServiceType type, IOResponseHandler handler);
Example #2
0
		public IOResponseHandle InvokeService (IORequest request, string serviceName, ServiceType type, IOResponseHandler handler)
		{
			throw new NotImplementedException ();
		}
Example #3
0
 public abstract Task<IOResponseHandle> InvokeService(IORequest request, IOService service, IOResponseHandler handler);
Example #4
0
 public IOResponseHandle InvokeService(IORequest request, string serviceName, ServiceType type, IOResponseHandler handler)
 {
     throw new NotImplementedException();
 }
Example #5
0
		public IOResponseHandle InvokeService (IORequest request, IOService service, IOResponseHandler handler)
		{
			throw new NotImplementedException ();
		}
Example #6
0
 public IOResponseHandle InvokeService(IORequest request, IOService service, IOResponseHandler handler)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public abstract Task <IOResponseHandle> InvokeService(IORequest request, string serviceName, ServiceType type, IOResponseHandler handler);
Example #8
0
 public abstract Task <IOResponseHandle> InvokeService(IORequest request, IOService service, IOResponseHandler handler);
 public override async Task<IOResponseHandle> InvokeService(IORequest request, string serviceName, ServiceType type, IOResponseHandler handler)
 {
     throw new NotImplementedException();
 }
 public override async Task<IOResponseHandle> InvokeService(IORequest request, IOService service, IOResponseHandler handler)
 {
     throw new NotImplementedException();
 }