Click or drag to resize

PacketKey Class

A key for unlocking an associated PacketLock.
Inheritance Hierarchy
SystemObject
  Demo3D.IOPacketKey

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class PacketKey : IDisposable

The PacketKey type exposes the following members.

Methods
  NameDescription
Public methodDispose
Unlocks the associated PacketLock.
Public methodUnlock
Unlocks the associated PacketLock.
Top
See Also