C# Class ScriptCs.Splunk.SplunkPack

Inheritance: IScriptPackContext
Afficher le fichier Open project: scriptcs-contrib/scriptcs-splunk

Méthodes publiques

Méthode Description
CreateService ( Namespace ns = null ) : Splunk.Client.Service
CreateService ( Scheme scheme, string host, int port, Namespace ns = null ) : Splunk.Client.Service
CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service
LoadConfig ( string splunkRCPath = null ) : void
SplunkPack ( IFileSystem fileSystem ) : System

Method Details

CreateService() public méthode

public CreateService ( Namespace ns = null ) : Splunk.Client.Service
ns Namespace
Résultat Splunk.Client.Service

CreateService() public méthode

public CreateService ( Scheme scheme, string host, int port, Namespace ns = null ) : Splunk.Client.Service
scheme Scheme
host string
port int
ns Namespace
Résultat Splunk.Client.Service

CreateServiceAndLogin() public méthode

public CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service
ns Namespace
Résultat Splunk.Client.Service

LoadConfig() public méthode

public LoadConfig ( string splunkRCPath = null ) : void
splunkRCPath string
Résultat void

SplunkPack() public méthode

public SplunkPack ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System