Provides data for the Connecting and Connected events.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Class MunjaService.ConnectionEventArgs
C#
public class MunjaService.ConnectionEventArgs
C++
ref class MunjaService.ConnectionEventArgs
J#
public class MunjaService.ConnectionEventArgs
JScript
public class MunjaService.ConnectionEventArgs

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.MunjaService.ConnectionEventArgs

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also