Skips an object of type Int64 from the current stream
and advances the stream position.
This method Skips directly from the underlying stream.
Namespace: Alachisoft.NCache.Runtime.Serialization.IOAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public abstract void SkipInt64() |
| Visual Basic |
|---|
Public MustOverride Sub SkipInt64 |
| Visual C++ |
|---|
public: virtual void SkipInt64() abstract |