Exemplo n.º 1
0
 public LineDriveMapImage[] GetLineDriveMap(LineDriveMapSpecification specification)
 {
     object[] results = this.Invoke("GetLineDriveMap", new object[] {
                 specification});
     return ((LineDriveMapImage[])(results[0]));
 }
Exemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BeginGetLineDriveMap(LineDriveMapSpecification specification, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetLineDriveMap", new object[] {
                 specification}, callback, asyncState);
 }