C# Class Netuitive.CollectdWin.IngestEvent

Mostrar archivo Open project: Netuitive/collectdwin Class Usage Examples

Public Methods

Method Description
IngestEvent ( string type, string source, string title, long timestamp ) : System
setData ( IngestEventData data ) : void
setTags ( List tags ) : void

Method Details

IngestEvent() public method

public IngestEvent ( string type, string source, string title, long timestamp ) : System
type string
source string
title string
timestamp long
return System

setData() public method

public setData ( IngestEventData data ) : void
data IngestEventData
return void

setTags() public method

public setTags ( List tags ) : void
tags List
return void