public SPWindowsServiceInstance(ObjectInstance prototype, SPWindowsService windowsService) : base(prototype, windowsService) { if (windowsService == null) { throw new ArgumentNullException("windowsService"); } }
public BaristaWebSocketsServiceInstance(string siName, SPServer spServer, SPWindowsService spWinService) : base(siName, spServer, spWinService) { }
public BaristaWebSocketsServiceInstance(SPServer spServer, SPWindowsService spWinService) : this(ServiceInstanceName, spServer, spWinService) { }
public BaristaWebSocketsServiceInstance(SPWindowsService spWinService) : this(SPServer.Local, spWinService) { }
public BaristaSearchServiceInstance(SPServer spServer, SPWindowsService spWinService) : this(ServiceInstanceName, spServer, spWinService) { }
public BaristaSearchServiceInstance(SPWindowsService spWinService) : this(SPServer.Local, spWinService) { }