C# 클래스 ScriptCs.Splunk.SplunkPack

상속: IScriptPackContext
파일 보기 프로젝트 열기: scriptcs-contrib/scriptcs-splunk

공개 메소드들

메소드 설명
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

메소드 상세

CreateService() 공개 메소드

public CreateService ( Namespace ns = null ) : Splunk.Client.Service
ns Namespace
리턴 Splunk.Client.Service

CreateService() 공개 메소드

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

CreateServiceAndLogin() 공개 메소드

public CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service
ns Namespace
리턴 Splunk.Client.Service

LoadConfig() 공개 메소드

public LoadConfig ( string splunkRCPath = null ) : void
splunkRCPath string
리턴 void

SplunkPack() 공개 메소드

public SplunkPack ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
리턴 System