Implemented interface member:
method
Wait
Microsoft.ML.Data.CacheDataView.IWaiter.Wait(System.Int64)
1 reference to Wait
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
639
public bool Wait(long pos) { return _waiter.
Wait
(pos); }