Class DMonRegisterArgs
注册监控点事件参数
Inheritance
Object
EventArgs
DMonRegisterArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class DMonRegisterArgs : EventArgs
Constructors
DMonRegisterArgs(String, Int64)
构造函数
Declaration
public DMonRegisterArgs(string boxNo, long dMondefUid)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子UID |
Int64 | dMondefUid | 监控点uid |
Properties
BoxNo
盒子UID
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
DMondefUid
监控点uid
Declaration
public long DMondefUid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |