/// <remarks/> public void GetLineDriveMapAsync(LineDriveMapSpecification specification) { this.GetLineDriveMapAsync(specification, null); }
/// <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); }
public LineDriveMapImage[] GetLineDriveMap(LineDriveMapSpecification specification) { object[] results = this.Invoke("GetLineDriveMap", new object[] { specification}); return ((LineDriveMapImage[])(results[0])); }