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

Inheritance: Sage.Integration.Adapter.Adapter
Afficher le fichier Open project: Sage/SData-Contracts

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
NorthwindAdapter ( ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void

Called when service is starting.

OnStop ( ) : void

Called when service is stopping

Method Details

NorthwindAdapter() public méthode

public NorthwindAdapter ( ) : System
Résultat System

OnStart() protected méthode

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

OnStop() protected méthode

Called when service is stopping
protected OnStop ( ) : void
Résultat void