Class WebMethodsClient
Inheritance
System.Object
WebMethodsClient
Implements
System.ServiceModel.ICommunicationObject
System.IDisposable
Inherited Members
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.GetDefaultValueForInitialization<T>()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.Open()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.Abort()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.Close()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.DisplayInitializationUI()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.CreateChannel()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.IDisposable.Dispose()
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.InvokeAsync(System.ServiceModel.ClientBase.BeginOperationDelegate<>, System.Object[], System.ServiceModel.ClientBase.EndOperationDelegate<>, System.Threading.SendOrPostCallback, System.Object)
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.Channel
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.CacheSetting
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.ChannelFactory
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.ClientCredentials
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.State
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.InnerChannel
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.Endpoint
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Closed
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Closing
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Faulted
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Opened
System.ServiceModel.ClientBase<Simplic.Cloud.CloudService.WebMethods>.System.ServiceModel.ICommunicationObject.Opening
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Cloud.dll
Syntax
public class WebMethodsClient : ClientBase<WebMethods>, ICommunicationObject, IDisposable, WebMethods
Constructors
|
Improve this Doc
View Source
WebMethodsClient()
Declaration
public WebMethodsClient()
|
Improve this Doc
View Source
WebMethodsClient(Binding, EndpointAddress)
Declaration
public WebMethodsClient(Binding binding, EndpointAddress remoteAddress)
Parameters
Type |
Name |
Description |
System.ServiceModel.Channels.Binding |
binding |
|
System.ServiceModel.EndpointAddress |
remoteAddress |
|
|
Improve this Doc
View Source
WebMethodsClient(String)
Declaration
public WebMethodsClient(string endpointConfigurationName)
Parameters
Type |
Name |
Description |
System.String |
endpointConfigurationName |
|
|
Improve this Doc
View Source
WebMethodsClient(String, EndpointAddress)
Declaration
public WebMethodsClient(string endpointConfigurationName, EndpointAddress remoteAddress)
Parameters
Type |
Name |
Description |
System.String |
endpointConfigurationName |
|
System.ServiceModel.EndpointAddress |
remoteAddress |
|
|
Improve this Doc
View Source
WebMethodsClient(String, String)
Declaration
public WebMethodsClient(string endpointConfigurationName, string remoteAddress)
Parameters
Type |
Name |
Description |
System.String |
endpointConfigurationName |
|
System.String |
remoteAddress |
|
Methods
|
Improve this Doc
View Source
BeginCheckLicenseKey(String, AsyncCallback, Object)
Declaration
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public bool CheckLicenseKey(string LicenseKey)
Parameters
Type |
Name |
Description |
System.String |
LicenseKey |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckLicenseKeyAsync(String)
Declaration
public void CheckLicenseKeyAsync(string LicenseKey)
Parameters
Type |
Name |
Description |
System.String |
LicenseKey |
|
|
Improve this Doc
View Source
CheckLicenseKeyAsync(String, Object)
Declaration
public void CheckLicenseKeyAsync(string LicenseKey, object userState)
Parameters
Type |
Name |
Description |
System.String |
LicenseKey |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
DownloadProduct(Guid, Int32, String, String, String)
Declaration
public 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
DownloadProductAsync(Guid, Int32, String, String, String)
Declaration
public void DownloadProductAsync(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 |
|
|
Improve this Doc
View Source
DownloadProductAsync(Guid, Int32, String, String, String, Object)
Declaration
public void DownloadProductAsync(Guid ProductGuid, int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Guid |
ProductGuid |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
DownloadUpdateableProduct(Guid, Int32, String, String, String, Version)
Declaration
public 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
DownloadUpdateableProductAsync(Guid, Int32, String, String, String, Version)
Declaration
public void DownloadUpdateableProductAsync(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 |
|
|
Improve this Doc
View Source
DownloadUpdateableProductAsync(Guid, Int32, String, String, String, Version, Object)
Declaration
public void DownloadUpdateableProductAsync(Guid ProductGuid, int CustomerNr, string UserName, string ComputerIdent, string Hash, Version CurrentVersion, object userState)
Parameters
Type |
Name |
Description |
System.Guid |
ProductGuid |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Version |
CurrentVersion |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
EndCheckLicenseKey(IAsyncResult)
Declaration
public bool EndCheckLicenseKey(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EndDownloadProduct(IAsyncResult)
Declaration
public ProductVersion[] EndDownloadProduct(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndDownloadUpdateableProduct(IAsyncResult)
Declaration
public ProductVersion[] EndDownloadUpdateableProduct(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetAllCategories(IAsyncResult)
Declaration
public 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
public Product[] EndGetAllProducts(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetAllSqlStorageCategories(IAsyncResult)
Declaration
public ESS_MS_Sql_Storage_Category[] EndGetAllSqlStorageCategories(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetBoughtProducts(IAsyncResult)
Declaration
public Product[] EndGetBoughtProducts(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetLicenseKeys(IAsyncResult)
Declaration
public LicenseKey[] EndGetLicenseKeys(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetProductsWithCategory(IAsyncResult)
Declaration
public Product[] EndGetProductsWithCategory(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetSqlStorageEntry(IAsyncResult)
Declaration
public ESS_MS_Sql_Storage EndGetSqlStorageEntry(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndGetUpdateableProducts(IAsyncResult)
Declaration
public Product[] EndGetUpdateableProducts(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndIsClientValid(IAsyncResult)
Declaration
public bool EndIsClientValid(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EndLoadData(IAsyncResult)
Declaration
public byte[] EndLoadData(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
EndRegisterStudio(IAsyncResult)
Declaration
public string EndRegisterStudio(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EndRemoveData(IAsyncResult)
Declaration
public void EndRemoveData(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
|
Improve this Doc
View Source
EndSearchProduct(IAsyncResult)
Declaration
public Product[] EndSearchProduct(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndSearchSqlStorage(IAsyncResult)
Declaration
public ESS_MS_Sql_Storage[] EndSearchSqlStorage(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
|
Improve this Doc
View Source
EndSetStorage(IAsyncResult)
Declaration
public int EndSetStorage(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetAllCategories()
Declaration
public Dictionary<int, string> GetAllCategories()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.Int32, System.String> |
|
|
Improve this Doc
View Source
GetAllCategoriesAsync()
Declaration
public void GetAllCategoriesAsync()
|
Improve this Doc
View Source
GetAllCategoriesAsync(Object)
Declaration
public void GetAllCategoriesAsync(object userState)
Parameters
Type |
Name |
Description |
System.Object |
userState |
|
|
Improve this Doc
View Source
GetAllProducts()
Declaration
public Product[] GetAllProducts()
Returns
|
Improve this Doc
View Source
GetAllProductsAsync()
Declaration
public void GetAllProductsAsync()
|
Improve this Doc
View Source
GetAllProductsAsync(Object)
Declaration
public void GetAllProductsAsync(object userState)
Parameters
Type |
Name |
Description |
System.Object |
userState |
|
|
Improve this Doc
View Source
GetAllSqlStorageCategories(Int32, String, String, String)
Declaration
public 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
GetAllSqlStorageCategoriesAsync(Int32, String, String, String)
Declaration
public void GetAllSqlStorageCategoriesAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
|
Improve this Doc
View Source
GetAllSqlStorageCategoriesAsync(Int32, String, String, String, Object)
Declaration
public void GetAllSqlStorageCategoriesAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
GetBoughtProducts(Int32, String, String, String)
Declaration
public 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
GetBoughtProductsAsync(Int32, String, String, String)
Declaration
public void GetBoughtProductsAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
|
Improve this Doc
View Source
GetBoughtProductsAsync(Int32, String, String, String, Object)
Declaration
public void GetBoughtProductsAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
GetLicenseKeys(Int32, String, String, String)
Declaration
public 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
GetLicenseKeysAsync(Int32, String, String, String)
Declaration
public void GetLicenseKeysAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
|
Improve this Doc
View Source
GetLicenseKeysAsync(Int32, String, String, String, Object)
Declaration
public void GetLicenseKeysAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
GetProductsWithCategory(Int32[])
Declaration
public Product[] GetProductsWithCategory(int[] Category)
Parameters
Type |
Name |
Description |
System.Int32[] |
Category |
|
Returns
|
Improve this Doc
View Source
GetProductsWithCategoryAsync(Int32[])
Declaration
public void GetProductsWithCategoryAsync(int[] Category)
Parameters
Type |
Name |
Description |
System.Int32[] |
Category |
|
|
Improve this Doc
View Source
GetProductsWithCategoryAsync(Int32[], Object)
Declaration
public void GetProductsWithCategoryAsync(int[] Category, object userState)
Parameters
Type |
Name |
Description |
System.Int32[] |
Category |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
GetSqlStorageEntry(Int64, Int32, String, String, String)
Declaration
public 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
GetSqlStorageEntryAsync(Int64, Int32, String, String, String)
Declaration
public void GetSqlStorageEntryAsync(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 |
|
|
Improve this Doc
View Source
GetSqlStorageEntryAsync(Int64, Int32, String, String, String, Object)
Declaration
public void GetSqlStorageEntryAsync(long Ident, int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Int64 |
Ident |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
GetUpdateableProducts(Int32, String, String, String, Dictionary<Guid, Version>)
Declaration
public 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
GetUpdateableProductsAsync(Int32, String, String, String, Dictionary<Guid, Version>)
Declaration
public void GetUpdateableProductsAsync(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 |
|
|
Improve this Doc
View Source
GetUpdateableProductsAsync(Int32, String, String, String, Dictionary<Guid, Version>, Object)
Declaration
public void GetUpdateableProductsAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash, Dictionary<Guid, Version> InstalledProducts, object userState)
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.Object |
userState |
|
|
Improve this Doc
View Source
IsClientValid(Int32, String, String, String)
Declaration
public 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
IsClientValidAsync(Int32, String, String, String)
Declaration
public void IsClientValidAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
|
Improve this Doc
View Source
IsClientValidAsync(Int32, String, String, String, Object)
Declaration
public void IsClientValidAsync(int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
LoadData(String, Int32)
Declaration
public 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
LoadDataAsync(String, Int32)
Declaration
public void LoadDataAsync(string StackGuid, int Index)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
System.Int32 |
Index |
|
|
Improve this Doc
View Source
LoadDataAsync(String, Int32, Object)
Declaration
public void LoadDataAsync(string StackGuid, int Index, object userState)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
System.Int32 |
Index |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
RegisterStudio(Int32, String, String, String)
Declaration
public 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
RegisterStudioAsync(Int32, String, String, String)
Declaration
public void RegisterStudioAsync(int CustomerNr, string UserName, string Password, string ComputerIdent)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
Password |
|
System.String |
ComputerIdent |
|
|
Improve this Doc
View Source
RegisterStudioAsync(Int32, String, String, String, Object)
Declaration
public void RegisterStudioAsync(int CustomerNr, string UserName, string Password, string ComputerIdent, object userState)
Parameters
Type |
Name |
Description |
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
Password |
|
System.String |
ComputerIdent |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
RemoveData(String)
Declaration
public void RemoveData(string StackGuid)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
|
Improve this Doc
View Source
RemoveDataAsync(String)
Declaration
public void RemoveDataAsync(string StackGuid)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
|
Improve this Doc
View Source
RemoveDataAsync(String, Object)
Declaration
public void RemoveDataAsync(string StackGuid, object userState)
Parameters
Type |
Name |
Description |
System.String |
StackGuid |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
SearchProduct(String)
Declaration
public Product[] SearchProduct(string SearchText)
Parameters
Type |
Name |
Description |
System.String |
SearchText |
|
Returns
|
Improve this Doc
View Source
SearchProductAsync(String)
Declaration
public void SearchProductAsync(string SearchText)
Parameters
Type |
Name |
Description |
System.String |
SearchText |
|
|
Improve this Doc
View Source
SearchProductAsync(String, Object)
Declaration
public void SearchProductAsync(string SearchText, object userState)
Parameters
Type |
Name |
Description |
System.String |
SearchText |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
SearchSqlStorage(Int32, String, Int32, String, String, String)
Declaration
public 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
SearchSqlStorageAsync(Int32, String, Int32, String, String, String)
Declaration
public void SearchSqlStorageAsync(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 |
|
|
Improve this Doc
View Source
SearchSqlStorageAsync(Int32, String, Int32, String, String, String, Object)
Declaration
public void SearchSqlStorageAsync(int Category, string DisplayName, int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
System.Int32 |
Category |
|
System.String |
DisplayName |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
|
Improve this Doc
View Source
SetStorage(ESS_MS_Sql_Storage, Int32, String, String, String)
Declaration
public 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 |
|
|
Improve this Doc
View Source
SetStorageAsync(ESS_MS_Sql_Storage, Int32, String, String, String)
Declaration
public void SetStorageAsync(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 |
|
|
Improve this Doc
View Source
SetStorageAsync(ESS_MS_Sql_Storage, Int32, String, String, String, Object)
Declaration
public void SetStorageAsync(ESS_MS_Sql_Storage Storage, int CustomerNr, string UserName, string ComputerIdent, string Hash, object userState)
Parameters
Type |
Name |
Description |
ESS_MS_Sql_Storage |
Storage |
|
System.Int32 |
CustomerNr |
|
System.String |
UserName |
|
System.String |
ComputerIdent |
|
System.String |
Hash |
|
System.Object |
userState |
|
Events
|
Improve this Doc
View Source
CheckLicenseKeyCompleted
Declaration
public event EventHandler<CheckLicenseKeyCompletedEventArgs> CheckLicenseKeyCompleted
Event Type
|
Improve this Doc
View Source
DownloadProductCompleted
Declaration
public event EventHandler<DownloadProductCompletedEventArgs> DownloadProductCompleted
Event Type
|
Improve this Doc
View Source
DownloadUpdateableProductCompleted
Declaration
public event EventHandler<DownloadUpdateableProductCompletedEventArgs> DownloadUpdateableProductCompleted
Event Type
|
Improve this Doc
View Source
GetAllCategoriesCompleted
Declaration
public event EventHandler<GetAllCategoriesCompletedEventArgs> GetAllCategoriesCompleted
Event Type
|
Improve this Doc
View Source
GetAllProductsCompleted
Declaration
public event EventHandler<GetAllProductsCompletedEventArgs> GetAllProductsCompleted
Event Type
|
Improve this Doc
View Source
GetAllSqlStorageCategoriesCompleted
Declaration
public event EventHandler<GetAllSqlStorageCategoriesCompletedEventArgs> GetAllSqlStorageCategoriesCompleted
Event Type
|
Improve this Doc
View Source
GetBoughtProductsCompleted
Declaration
public event EventHandler<GetBoughtProductsCompletedEventArgs> GetBoughtProductsCompleted
Event Type
|
Improve this Doc
View Source
GetLicenseKeysCompleted
Declaration
public event EventHandler<GetLicenseKeysCompletedEventArgs> GetLicenseKeysCompleted
Event Type
|
Improve this Doc
View Source
GetProductsWithCategoryCompleted
Declaration
public event EventHandler<GetProductsWithCategoryCompletedEventArgs> GetProductsWithCategoryCompleted
Event Type
|
Improve this Doc
View Source
GetSqlStorageEntryCompleted
Declaration
public event EventHandler<GetSqlStorageEntryCompletedEventArgs> GetSqlStorageEntryCompleted
Event Type
|
Improve this Doc
View Source
GetUpdateableProductsCompleted
Declaration
public event EventHandler<GetUpdateableProductsCompletedEventArgs> GetUpdateableProductsCompleted
Event Type
|
Improve this Doc
View Source
IsClientValidCompleted
Declaration
public event EventHandler<IsClientValidCompletedEventArgs> IsClientValidCompleted
Event Type
|
Improve this Doc
View Source
LoadDataCompleted
Declaration
public event EventHandler<LoadDataCompletedEventArgs> LoadDataCompleted
Event Type
|
Improve this Doc
View Source
RegisterStudioCompleted
Declaration
public event EventHandler<RegisterStudioCompletedEventArgs> RegisterStudioCompleted
Event Type
|
Improve this Doc
View Source
RemoveDataCompleted
Declaration
public event EventHandler<AsyncCompletedEventArgs> RemoveDataCompleted
Event Type
Type |
Description |
System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> |
|
|
Improve this Doc
View Source
SearchProductCompleted
Declaration
public event EventHandler<SearchProductCompletedEventArgs> SearchProductCompleted
Event Type
|
Improve this Doc
View Source
SearchSqlStorageCompleted
Declaration
public event EventHandler<SearchSqlStorageCompletedEventArgs> SearchSqlStorageCompleted
Event Type
|
Improve this Doc
View Source
SetStorageCompleted
Declaration
public event EventHandler<SetStorageCompletedEventArgs> SetStorageCompleted
Event Type
Implements
System.ServiceModel.ICommunicationObject
System.IDisposable