C# 클래스 Sage.Integration.Northwind.Adapter.NorthwindAdapter

상속: Sage.Integration.Adapter.Adapter
파일 보기 프로젝트 열기: Sage/SData-Contracts

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NorthwindAdapter ( ) : System

보호된 메소드들

메소드 설명
OnStart ( string args ) : void

Called when service is starting.

OnStop ( ) : void

Called when service is stopping

메소드 상세

NorthwindAdapter() 공개 메소드

public NorthwindAdapter ( ) : System
리턴 System

OnStart() 보호된 메소드

Called when service is starting.
protected OnStart ( string args ) : void
args string Data passed by the caller.
리턴 void

OnStop() 보호된 메소드

Called when service is stopping
protected OnStop ( ) : void
리턴 void