Table of Contents

Class ServiceBase<T>

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

系统服务基类

public class ServiceBase<T> : ModuleBase<T> where T : ConfigBase, new()

Type Parameters

T
Inheritance
ServiceBase<T>
Inherited Members
Extension Methods

Methods

NotifyGAdd(string)

信息提示

public void NotifyGAdd(string content = "")

Parameters

content string

NotifyGError(string)

错误提示

public void NotifyGError(string content = "")

Parameters

content string