Interface WebMethods
Assembly: Simplic.Cloud.dll
Syntax
[ServiceContract(Namespace = "", ConfigurationName = "CloudService.WebMethods")]
public interface WebMethods
Methods
|
Improve this Doc
View Source
BeginCheckLicenseKey(String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/CheckLicenseKey", ReplyAction = "urn:WebMethods/CheckLicenseKeyResponse")]
IAsyncResult BeginCheckLicenseKey(string LicenseKey, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.String |
LicenseKey |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginDownloadProduct(Guid, Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/DownloadProduct", ReplyAction = "urn:WebMethods/DownloadProductResponse")]
IAsyncResult BeginDownloadProduct(Guid ProductGuid, int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Guid |
ProductGuid |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginDownloadUpdateableProduct(Guid, Int32, String, String, String, Version, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/DownloadUpdateableProduct", ReplyAction = "urn:WebMethods/DownloadUpdateableProductResponse")]
IAsyncResult BeginDownloadUpdateableProduct(Guid ProductGuid, int CustomerNr, string UserName, string ComputerIdent, string Hash, Version CurrentVersion, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Guid |
ProductGuid |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Version |
CurrentVersion |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetAllCategories(AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetAllCategories", ReplyAction = "urn:WebMethods/GetAllCategoriesResponse")]
IAsyncResult BeginGetAllCategories(AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetAllProducts(AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetAllProducts", ReplyAction = "urn:WebMethods/GetAllProductsResponse")]
IAsyncResult BeginGetAllProducts(AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetAllSqlStorageCategories(Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetAllSqlStorageCategories", ReplyAction = "urn:WebMethods/GetAllSqlStorageCategoriesResponse")]
IAsyncResult BeginGetAllSqlStorageCategories(int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetBoughtProducts(Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetBoughtProducts", ReplyAction = "urn:WebMethods/GetBoughtProductsResponse")]
IAsyncResult BeginGetBoughtProducts(int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetLicenseKeys(Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetLicenseKeys", ReplyAction = "urn:WebMethods/GetLicenseKeysResponse")]
IAsyncResult BeginGetLicenseKeys(int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetProductsWithCategory(Int32[], AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetProductsWithCategory", ReplyAction = "urn:WebMethods/GetProductsWithCategoryResponse")]
IAsyncResult BeginGetProductsWithCategory(int[] Category, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32[] |
Category |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetSqlStorageEntry(Int64, Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetSqlStorageEntry", ReplyAction = "urn:WebMethods/GetSqlStorageEntryResponse")]
IAsyncResult BeginGetSqlStorageEntry(long Ident, int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int64 |
Ident |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginGetUpdateableProducts(Int32, String, String, String, Dictionary<Guid, Version>, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/GetUpdateableProducts", ReplyAction = "urn:WebMethods/GetUpdateableProductsResponse")]
IAsyncResult BeginGetUpdateableProducts(int CustomerNr, string UserName, string ComputerIdent, string Hash, Dictionary<Guid, Version> InstalledProducts, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Collections.Generic.Dictionary<System.Guid, System.Version> |
InstalledProducts |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginIsClientValid(Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/IsClientValid", ReplyAction = "urn:WebMethods/IsClientValidResponse")]
IAsyncResult BeginIsClientValid(int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginLoadData(String, Int32, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/LoadData", ReplyAction = "urn:WebMethods/LoadDataResponse")]
IAsyncResult BeginLoadData(string StackGuid, int Index, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
System.Int32 |
Index |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginRegisterStudio(Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/RegisterStudio", ReplyAction = "urn:WebMethods/RegisterStudioResponse")]
IAsyncResult BeginRegisterStudio(int CustomerNr, string UserName, string Password, string ComputerIdent, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
Password |
|
System.String |
ComputerIdent |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginRemoveData(String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/RemoveData", ReplyAction = "urn:WebMethods/RemoveDataResponse")]
IAsyncResult BeginRemoveData(string StackGuid, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginSearchProduct(String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/SearchProduct", ReplyAction = "urn:WebMethods/SearchProductResponse")]
IAsyncResult BeginSearchProduct(string SearchText, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.String |
SearchText |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginSearchSqlStorage(Int32, String, Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/SearchSqlStorage", ReplyAction = "urn:WebMethods/SearchSqlStorageResponse")]
IAsyncResult BeginSearchSqlStorage(int Category, string DisplayName, int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
System.Int32 |
Category |
|
System.String |
DisplayName |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
BeginSetStorage(ESS_MS_Sql_Storage, Int32, String, String, String, AsyncCallback, Object)
Declaration
[OperationContract(AsyncPattern = true, Action = "urn:WebMethods/SetStorage", ReplyAction = "urn:WebMethods/SetStorageResponse")]
IAsyncResult BeginSetStorage(ESS_MS_Sql_Storage Storage, int CustomerNr, string UserName, string ComputerIdent, string Hash, AsyncCallback callback, object asyncState)
Parameters
Type |
Name |
Description |
ESS_MS_Sql_Storage |
Storage |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.AsyncCallback |
callback |
|
System.Object |
asyncState |
|
Returns
Type |
Description |
System.IAsyncResult |
|
|
Improve this Doc
View Source
CheckLicenseKey(String)
Declaration
[OperationContract(Action = "urn:WebMethods/CheckLicenseKey", ReplyAction = "urn:WebMethods/CheckLicenseKeyResponse")]
bool CheckLicenseKey(string LicenseKey)
Parameters
Type |
Name |
Description |
System.String |
LicenseKey |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DownloadProduct(Guid, Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/DownloadProduct", ReplyAction = "urn:WebMethods/DownloadProductResponse")]
ProductVersion[] DownloadProduct(Guid ProductGuid, int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Guid |
ProductGuid |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
|
Improve this Doc
View Source
DownloadUpdateableProduct(Guid, Int32, String, String, String, Version)
Declaration
[OperationContract(Action = "urn:WebMethods/DownloadUpdateableProduct", ReplyAction = "urn:WebMethods/DownloadUpdateableProductResponse")]
ProductVersion[] DownloadUpdateableProduct(Guid ProductGuid, int CustomerNr, string UserName, string ComputerIdent, string Hash, Version CurrentVersion)
Parameters
Type |
Name |
Description |
System.Guid |
ProductGuid |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Version |
CurrentVersion |
|
Returns
|
Improve this Doc
View Source
EndCheckLicenseKey(IAsyncResult)
Declaration
bool EndCheckLicenseKey(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EndDownloadProduct(IAsyncResult)
Declaration
ProductVersion[] EndDownloadProduct(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndDownloadUpdateableProduct(IAsyncResult)
Declaration
ProductVersion[] EndDownloadUpdateableProduct(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetAllCategories(IAsyncResult)
Declaration
Dictionary<int, string> EndGetAllCategories(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.Int32, System.String> |
|
|
Improve this Doc
View Source
EndGetAllProducts(IAsyncResult)
Declaration
Product[] EndGetAllProducts(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetAllSqlStorageCategories(IAsyncResult)
Declaration
ESS_MS_Sql_Storage_Category[] EndGetAllSqlStorageCategories(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetBoughtProducts(IAsyncResult)
Declaration
Product[] EndGetBoughtProducts(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetLicenseKeys(IAsyncResult)
Declaration
LicenseKey[] EndGetLicenseKeys(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetProductsWithCategory(IAsyncResult)
Declaration
Product[] EndGetProductsWithCategory(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetSqlStorageEntry(IAsyncResult)
Declaration
ESS_MS_Sql_Storage EndGetSqlStorageEntry(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetUpdateableProducts(IAsyncResult)
Declaration
Product[] EndGetUpdateableProducts(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndIsClientValid(IAsyncResult)
Declaration
bool EndIsClientValid(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EndLoadData(IAsyncResult)
Declaration
byte[] EndLoadData(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
EndRegisterStudio(IAsyncResult)
Declaration
string EndRegisterStudio(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EndRemoveData(IAsyncResult)
Declaration
void EndRemoveData(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
|
Improve this Doc
View Source
EndSearchProduct(IAsyncResult)
Declaration
Product[] EndSearchProduct(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndSearchSqlStorage(IAsyncResult)
Declaration
ESS_MS_Sql_Storage[] EndSearchSqlStorage(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndSetStorage(IAsyncResult)
Declaration
int EndSetStorage(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetAllCategories()
Declaration
[OperationContract(Action = "urn:WebMethods/GetAllCategories", ReplyAction = "urn:WebMethods/GetAllCategoriesResponse")]
Dictionary<int, string> GetAllCategories()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.Int32, System.String> |
|
|
Improve this Doc
View Source
GetAllProducts()
Declaration
[OperationContract(Action = "urn:WebMethods/GetAllProducts", ReplyAction = "urn:WebMethods/GetAllProductsResponse")]
Product[] GetAllProducts()
Returns
|
Improve this Doc
View Source
GetAllSqlStorageCategories(Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/GetAllSqlStorageCategories", ReplyAction = "urn:WebMethods/GetAllSqlStorageCategoriesResponse")]
ESS_MS_Sql_Storage_Category[] GetAllSqlStorageCategories(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
|
Improve this Doc
View Source
GetBoughtProducts(Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/GetBoughtProducts", ReplyAction = "urn:WebMethods/GetBoughtProductsResponse")]
Product[] GetBoughtProducts(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
|
Improve this Doc
View Source
GetLicenseKeys(Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/GetLicenseKeys", ReplyAction = "urn:WebMethods/GetLicenseKeysResponse")]
LicenseKey[] GetLicenseKeys(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
|
Improve this Doc
View Source
GetProductsWithCategory(Int32[])
Declaration
[OperationContract(Action = "urn:WebMethods/GetProductsWithCategory", ReplyAction = "urn:WebMethods/GetProductsWithCategoryResponse")]
Product[] GetProductsWithCategory(int[] Category)
Parameters
Type |
Name |
Description |
System.Int32[] |
Category |
|
Returns
|
Improve this Doc
View Source
GetSqlStorageEntry(Int64, Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/GetSqlStorageEntry", ReplyAction = "urn:WebMethods/GetSqlStorageEntryResponse")]
ESS_MS_Sql_Storage GetSqlStorageEntry(long Ident, int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int64 |
Ident |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
|
Improve this Doc
View Source
GetUpdateableProducts(Int32, String, String, String, Dictionary<Guid, Version>)
Declaration
[OperationContract(Action = "urn:WebMethods/GetUpdateableProducts", ReplyAction = "urn:WebMethods/GetUpdateableProductsResponse")]
Product[] GetUpdateableProducts(int CustomerNr, string UserName, string ComputerIdent, string Hash, Dictionary<Guid, Version> InstalledProducts)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Collections.Generic.Dictionary<System.Guid, System.Version> |
InstalledProducts |
|
Returns
|
Improve this Doc
View Source
IsClientValid(Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/IsClientValid", ReplyAction = "urn:WebMethods/IsClientValidResponse")]
bool IsClientValid(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LoadData(String, Int32)
Declaration
[OperationContract(Action = "urn:WebMethods/LoadData", ReplyAction = "urn:WebMethods/LoadDataResponse")]
byte[] LoadData(string StackGuid, int Index)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
System.Int32 |
Index |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
RegisterStudio(Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/RegisterStudio", ReplyAction = "urn:WebMethods/RegisterStudioResponse")]
string RegisterStudio(int CustomerNr, string UserName, string Password, string ComputerIdent)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
Password |
|
System.String |
ComputerIdent |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveData(String)
Declaration
[OperationContract(Action = "urn:WebMethods/RemoveData", ReplyAction = "urn:WebMethods/RemoveDataResponse")]
void RemoveData(string StackGuid)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
|
Improve this Doc
View Source
SearchProduct(String)
Declaration
[OperationContract(Action = "urn:WebMethods/SearchProduct", ReplyAction = "urn:WebMethods/SearchProductResponse")]
Product[] SearchProduct(string SearchText)
Parameters
Type |
Name |
Description |
System.String |
SearchText |
|
Returns
|
Improve this Doc
View Source
SearchSqlStorage(Int32, String, Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/SearchSqlStorage", ReplyAction = "urn:WebMethods/SearchSqlStorageResponse")]
ESS_MS_Sql_Storage[] SearchSqlStorage(int Category, string DisplayName, int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
Category |
|
System.String |
DisplayName |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
|
Improve this Doc
View Source
SetStorage(ESS_MS_Sql_Storage, Int32, String, String, String)
Declaration
[OperationContract(Action = "urn:WebMethods/SetStorage", ReplyAction = "urn:WebMethods/SetStorageResponse")]
int SetStorage(ESS_MS_Sql_Storage Storage, int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
ESS_MS_Sql_Storage |
Storage |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
Returns
Type |
Description |
System.Int32 |
|