CsvFieldCache.Seek Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Function Seek ( _
position As Long _
) As Long
'Usage
Dim instance As CsvFieldCache
Dim position As Long
Dim returnValue As Long
returnValue = instance.Seek(position)
public long Seek(
long position
)
Parameters
- position
Type: System.Int64
Return Value
Type: System.Int64
See Also