AgentFoundEventArgs Constructor |
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic AgentFoundEventArgs(
IPEndPoint agent,
Variable? variable
)
Public Sub New (
agent As IPEndPoint,
variable As Variable
)
Dim agent As IPEndPoint
Dim variable As Variable
Dim instance As New AgentFoundEventArgs(agent, variable)
public:
AgentFoundEventArgs(
IPEndPoint^ agent,
Variable^ variable
)
new :
agent : IPEndPoint *
variable : Variable -> AgentFoundEventArgs
Parameters
- agent IPEndPoint
- The agent.
- variable Variable
- The variable.
See Also