C# Class Sage.Integration.Northwind.Adapter.NorthwindAdapter

Inheritance: Sage.Integration.Adapter.Adapter
ファイルを表示 Open project: Sage/SData-Contracts

Private Properties

Property Type Description

Public Methods

Method Description
NorthwindAdapter ( ) : System

Protected Methods

Method Description
OnStart ( string args ) : void

Called when service is starting.

OnStop ( ) : void

Called when service is stopping

Method Details

NorthwindAdapter() public method

public NorthwindAdapter ( ) : System
return System

OnStart() protected method

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

OnStop() protected method

Called when service is stopping
protected OnStop ( ) : void
return void