/// <remarks/> public void GetRouteTotalsBatchAsync(RouteArray[] ra, RouteOptions ro, string token, object userState) { if ((this.GetRouteTotalsBatchOperationCompleted == null)) { this.GetRouteTotalsBatchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRouteTotalsBatchOperationCompleted); } this.InvokeAsync("GetRouteTotalsBatch", new object[] { ra, ro, token}, this.GetRouteTotalsBatchOperationCompleted, userState); }
/// <remarks/> public void GetRouteTotalsBatchAsync(RouteArray[] ra, RouteOptions ro, string token) { this.GetRouteTotalsBatchAsync(ra, ro, token, null); }