PtzLockedCameoSdkExceptionGetObjectData Method |  |
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntaxpublic override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Parameters
- info SerializationInfo
- Stores all the data needed to serialize or deserialize object.
- context StreamingContext
- Describes source and destination of a given serialized stream.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)_ExceptionGetObjectData(SerializationInfo, StreamingContext)
See Also