Example #1
0
 public bool ChangeProtocol(JG_SpvProtocol JG_SpvProtocol)
 {
     object[] results = this.Invoke("ChangeProtocol", new object[] {
         JG_SpvProtocol
     });
     return((bool)(results[0]));
 }
Example #2
0
 public bool ProtocolSave(JG_SpvProtocol jG_SpvProtocol)
 {
     object[] results = this.Invoke("ProtocolSave", new object[] {
         jG_SpvProtocol
     });
     return((bool)(results[0]));
 }
Example #3
0
 /// <remarks/>
 public void ChangeProtocolAsync(JG_SpvProtocol JG_SpvProtocol, object userState)
 {
     if ((this.ChangeProtocolOperationCompleted == null))
     {
         this.ChangeProtocolOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeProtocolOperationCompleted);
     }
     this.InvokeAsync("ChangeProtocol", new object[] {
         JG_SpvProtocol
     }, this.ChangeProtocolOperationCompleted, userState);
 }
Example #4
0
 /// <remarks/>
 public void ProtocolSaveAsync(JG_SpvProtocol jG_SpvProtocol, object userState)
 {
     if ((this.ProtocolSaveOperationCompleted == null))
     {
         this.ProtocolSaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProtocolSaveOperationCompleted);
     }
     this.InvokeAsync("ProtocolSave", new object[] {
         jG_SpvProtocol
     }, this.ProtocolSaveOperationCompleted, userState);
 }
Example #5
0
 /// <remarks/>
 public void ChangeProtocolAsync(JG_SpvProtocol JG_SpvProtocol)
 {
     this.ChangeProtocolAsync(JG_SpvProtocol, null);
 }
Example #6
0
 /// <remarks/>
 public void ProtocolSaveAsync(JG_SpvProtocol jG_SpvProtocol)
 {
     this.ProtocolSaveAsync(jG_SpvProtocol, null);
 }