예제 #1
0
파일: Reference.cs 프로젝트: frungillo/cim
 public Operatore[] GetoperatoriBySquadra(Squadre squadra)
 {
     object[] results = this.Invoke("GetoperatoriBySquadra", new object[] {
                 squadra});
     return ((Operatore[])(results[0]));
 }
예제 #2
0
파일: Reference.cs 프로젝트: frungillo/cim
 /// <remarks/>
 public System.IAsyncResult BeginGetoperatoriBySquadra(Squadre squadra, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetoperatoriBySquadra", new object[] {
                 squadra}, callback, asyncState);
 }