Пример #1
0
 public System.Threading.Tasks.Task <VersionOneTFSServer.Tests.ServiceProxy.NotifyResponse> NotifyAsync(string eventXml, string tfsIdentityXml)
 {
     VersionOneTFSServer.Tests.ServiceProxy.NotifyRequest inValue = new VersionOneTFSServer.Tests.ServiceProxy.NotifyRequest();
     inValue.Body                = new VersionOneTFSServer.Tests.ServiceProxy.NotifyRequestBody();
     inValue.Body.eventXml       = eventXml;
     inValue.Body.tfsIdentityXml = tfsIdentityXml;
     return(((VersionOneTFSServer.Tests.ServiceProxy.IService)(this)).NotifyAsync(inValue));
 }
Пример #2
0
 public void Notify(string eventXml, string tfsIdentityXml)
 {
     VersionOneTFSServer.Tests.ServiceProxy.NotifyRequest inValue = new VersionOneTFSServer.Tests.ServiceProxy.NotifyRequest();
     inValue.Body                = new VersionOneTFSServer.Tests.ServiceProxy.NotifyRequestBody();
     inValue.Body.eventXml       = eventXml;
     inValue.Body.tfsIdentityXml = tfsIdentityXml;
     VersionOneTFSServer.Tests.ServiceProxy.NotifyResponse retVal = ((VersionOneTFSServer.Tests.ServiceProxy.IService)(this)).Notify(inValue);
 }
Пример #3
0
 System.Threading.Tasks.Task <VersionOneTFSServer.Tests.ServiceProxy.NotifyResponse> VersionOneTFSServer.Tests.ServiceProxy.IService.NotifyAsync(VersionOneTFSServer.Tests.ServiceProxy.NotifyRequest request)
 {
     return(base.Channel.NotifyAsync(request));
 }
Пример #4
0
 VersionOneTFSServer.Tests.ServiceProxy.NotifyResponse VersionOneTFSServer.Tests.ServiceProxy.IService.Notify(VersionOneTFSServer.Tests.ServiceProxy.NotifyRequest request)
 {
     return(base.Channel.Notify(request));
 }