Esempio n. 1
0
 /// <remarks/>
 public void GetLineDriveMapAsync(LineDriveMapSpecification specification) {
     this.GetLineDriveMapAsync(specification, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetLineDriveMapAsync(LineDriveMapSpecification specification, object userState) {
     if ((this.GetLineDriveMapOperationCompleted == null)) {
         this.GetLineDriveMapOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLineDriveMapOperationCompleted);
     }
     this.InvokeAsync("GetLineDriveMap", new object[] {
                 specification}, this.GetLineDriveMapOperationCompleted, userState);
 }
Esempio n. 3
0
 public LineDriveMapImage[] GetLineDriveMap(LineDriveMapSpecification specification) {
     object[] results = this.Invoke("GetLineDriveMap", new object[] {
                 specification});
     return ((LineDriveMapImage[])(results[0]));
 }