Method | Description | |
---|---|---|
SendEventAsync ( this service, string splunkEvent, string index = null, TransmitterArgs args = null ) : void | ||
StreamEventsAsync ( this service, IEnumerable |
public static SendEventAsync ( this service, string splunkEvent, string index = null, TransmitterArgs args = null ) : void | ||
service | this | |
splunkEvent | string | |
index | string | |
args | TransmitterArgs | |
return | void |
public static StreamEventsAsync ( this service, IEnumerable |
||
service | this | |
splunkEvents | IEnumerable |
|
index | string | |
args | TransmitterArgs | |
return | void |