Beispiel #1
0
 public void SI_TM2NET_Out(ref CSharpDemo.PIClient.PIClient.DT_TM2NET MT_TM2NET)
 {
     CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest inValue = new CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest();
     inValue.MT_TM2NET = MT_TM2NET;
     CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest retVal = ((CSharpDemo.PIClient.PIClient.SI_TM2NET_Out)(this)).SI_TM2NET_Out(inValue);
     MT_TM2NET = retVal.MT_TM2NET;
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest> SI_TM2NET_OutAsync(CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest request)
 {
     return(base.Channel.SI_TM2NET_OutAsync(request));
 }
Beispiel #3
0
 CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest CSharpDemo.PIClient.PIClient.SI_TM2NET_Out.SI_TM2NET_Out(CSharpDemo.PIClient.PIClient.SI_TM2NET_OutRequest request)
 {
     return(base.Channel.SI_TM2NET_Out(request));
 }