C# Класс SiLA.Provider.SiLAWebService

Наследование: System.Web.Services.WebService
Показать файл Открыть проект

Открытые методы

Метод Описание
SiLAWebService ( ) : System

Initializes a new instance of the SiLAWebService class

Приватные методы

Метод Описание
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

Описание методов

SiLAWebService() публичный Метод

Initializes a new instance of the SiLAWebService class
public SiLAWebService ( ) : System
Результат System