Class ProtocolRemovedEventArgs
- Namespace
- MAS.Communication
- Assembly
- MAS.Communication.dll
协议实例移除事件参数
public sealed class ProtocolRemovedEventArgs : EventArgs
- Inheritance
-
ProtocolRemovedEventArgs
- Inherited Members
Constructors
ProtocolRemovedEventArgs(string)
协议实例移除事件参数
public ProtocolRemovedEventArgs(string instanceId)
Parameters
instanceIdstring
Properties
InstanceId
获取该实例标识
public string InstanceId { get; }