Table of Contents

Interface IStationBase

Namespace
AT.Librarys.Container.Station
Assembly
AT.Librarys.Container.dll

工位基类接口

public interface IStationBase : IModuleBase
Inherited Members
Extension Methods

Methods

Execute(object)

执行工位

object Execute(object para)

Parameters

para object

参数

Returns

object

NotifyGAdd(string)

信息提示

void NotifyGAdd(string content)

Parameters

content string

NotifyGError(string)

错误提示

void NotifyGError(string content)

Parameters

content string