C# Class SiLA.Provider.SiLAWebService

Inheritance: System.Web.Services.WebService
显示文件 Open project: SiLAOSS/Demo

Public Methods

Method Description
SiLAWebService ( ) : System

Initializes a new instance of the SiLAWebService class

Private Methods

Method Description
Abort ( int requestId, string lockId ) : SiLAReturnValue
Delay ( int requestId, string lockId, string time ) : SiLAReturnValue
DoContinue ( int requestId, string lockId ) : SiLAReturnValue
GetDeviceIdentification ( int requestId, string lockId, SiLA_DeviceIdentification &deviceDescription ) : SiLAReturnValue
GetParameters ( int requestId, string lockId ) : SiLAReturnValue
GetStatus ( int requestId, string &deviceID, Status &state, SiLA.Provider.CommandDescription &substates, System.Boolean &locked, string &PMSId, System.DateTime &currentTime ) : SiLAReturnValue
Initialize ( int requestId, string lockId ) : SiLAReturnValue
LockDevice ( int requestId, string lockId, string lockTimeout, string eventReceiverURI, string PMSId ) : SiLAReturnValue
Pause ( int requestId, string lockId ) : SiLAReturnValue
Reset ( int requestId, string lockId, string deviceId, string eventReceiverURI, string PMSId, string errorHandlingTimeout, System.Boolean simulationMode ) : SiLAReturnValue
RetrieveByPositionId ( int requestId, string lockId, int position, string labwareType ) : SiLAReturnValue
SetParameters ( int requestId, string lockId, string paramsXML ) : SiLAReturnValue
StoreAtPosition ( int requestId, string lockId, int position, string labwareType ) : SiLAReturnValue
UnlockDevice ( int requestId, string lockId ) : SiLAReturnValue

Method Details

SiLAWebService() public method

Initializes a new instance of the SiLAWebService class
public SiLAWebService ( ) : System
return System