C# Class Netuitive.CollectdWin.IngestEvent

Afficher le fichier Open project: Netuitive/collectdwin Class Usage Examples

Méthodes publiques

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

Method Details

IngestEvent() public méthode

public IngestEvent ( string type, string source, string title, long timestamp ) : System
type string
source string
title string
timestamp long
Résultat System

setData() public méthode

public setData ( IngestEventData data ) : void
data IngestEventData
Résultat void

setTags() public méthode

public setTags ( List tags ) : void
tags List
Résultat void