示例#1
0
 public void set_mode(
     NetworkingSTPModeType value
     )
 {
     this.Invoke("set_mode", new object [] {
         value
     });
 }
        public void set_mode(
		NetworkingSTPModeType value
	)
        {
            this.Invoke("set_mode", new object [] {
                value});
        }
 public System.IAsyncResult Beginset_mode(NetworkingSTPModeType value, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_mode", new object[] {
     value}, callback, asyncState);
 }
示例#4
0
 public System.IAsyncResult Beginset_mode(NetworkingSTPModeType value, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("set_mode", new object[] {
         value
     }, callback, asyncState));
 }