Beispiel #1
0
 public WcfServiceLibrary1.ServiceReference1.AppSequenceType ProbeOperation(WcfServiceLibrary1.ServiceReference1.ProbeType Probe, out WcfServiceLibrary1.ServiceReference1.ProbeMatchType[] ProbeMatches)
 {
     WcfServiceLibrary1.ServiceReference1.ProbeMessage11 inValue = new WcfServiceLibrary1.ServiceReference1.ProbeMessage11();
     inValue.Probe = Probe;
     WcfServiceLibrary1.ServiceReference1.ProbeMatchesMessage11 retVal = ((WcfServiceLibrary1.ServiceReference1.DiscoveryProxy)(this)).ProbeOperation(inValue);
     ProbeMatches = retVal.ProbeMatches;
     return(retVal.AppSequence);
 }
Beispiel #2
0
 public ProbeMessage11(WcfServiceLibrary1.ServiceReference1.ProbeType Probe)
 {
     this.Probe = Probe;
 }