Reads an object of type Guid from the current stream
and advances the stream position.
This method reads 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 Guid ReadGuid() |
| Visual Basic |
|---|
Public MustOverride Function ReadGuid As Guid |
| Visual C++ |
|---|
public: virtual Guid ReadGuid() abstract |