Click or drag to resize

SdkHandle Class

Base for all SDK handle like classes.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKSdkHandle
    More

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class SdkHandle

The SdkHandle type exposes the following members.

Properties
 NameDescription
Public propertyIsNull True if the handle represents a null value.
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents the current Object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldId The ID of the handle.
Public fieldServerId The ID of the server which contains the SdkHandle.
Top
See Also
Inheritance Hierarchy