public void Dispose()
'Declaration Public Sub Dispose()
Use Dispose() to free resources taken by a UniArray instance, i.e. after performing large data transfer. After disposing UniArray object call of any method of this object will throw an System.ObjectDisposedException.
UniArray Class UniArray Members