C# Class TestJobManager.MockEvent

Show file Open project: ryanski44/VM-Automation-Framework

Public Properties

Property Type Description
EventType MockEventType
Payload string
Time System.DateTime

Public Methods

Method Description
MockEvent ( MockEventType type, string payload ) : System

Method Details

MockEvent() public method

public MockEvent ( MockEventType type, string payload ) : System
type MockEventType
payload string
return System

Property Details

EventType public property

public MockEventType EventType
return MockEventType

Payload public property

public string Payload
return string

Time public property

public DateTime,System Time
return System.DateTime