Search Results for

    Show / Hide Table of Contents

    Interface WebMethodsChannel

    Inherited Members
    WebMethods.CheckLicenseKey(String)
    WebMethods.BeginCheckLicenseKey(String, AsyncCallback, Object)
    WebMethods.EndCheckLicenseKey(IAsyncResult)
    WebMethods.GetAllCategories()
    WebMethods.BeginGetAllCategories(AsyncCallback, Object)
    WebMethods.EndGetAllCategories(IAsyncResult)
    WebMethods.GetAllProducts()
    WebMethods.BeginGetAllProducts(AsyncCallback, Object)
    WebMethods.EndGetAllProducts(IAsyncResult)
    WebMethods.SearchProduct(String)
    WebMethods.BeginSearchProduct(String, AsyncCallback, Object)
    WebMethods.EndSearchProduct(IAsyncResult)
    WebMethods.GetProductsWithCategory(Int32[])
    WebMethods.BeginGetProductsWithCategory(Int32[], AsyncCallback, Object)
    WebMethods.EndGetProductsWithCategory(IAsyncResult)
    WebMethods.GetBoughtProducts(Int32, String, String, String)
    WebMethods.BeginGetBoughtProducts(Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndGetBoughtProducts(IAsyncResult)
    WebMethods.DownloadProduct(Guid, Int32, String, String, String)
    WebMethods.BeginDownloadProduct(Guid, Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndDownloadProduct(IAsyncResult)
    WebMethods.GetUpdateableProducts(Int32, String, String, String, Dictionary<Guid, Version>)
    WebMethods.BeginGetUpdateableProducts(Int32, String, String, String, Dictionary<Guid, Version>, AsyncCallback, Object)
    WebMethods.EndGetUpdateableProducts(IAsyncResult)
    WebMethods.DownloadUpdateableProduct(Guid, Int32, String, String, String, Version)
    WebMethods.BeginDownloadUpdateableProduct(Guid, Int32, String, String, String, Version, AsyncCallback, Object)
    WebMethods.EndDownloadUpdateableProduct(IAsyncResult)
    WebMethods.LoadData(String, Int32)
    WebMethods.BeginLoadData(String, Int32, AsyncCallback, Object)
    WebMethods.EndLoadData(IAsyncResult)
    WebMethods.RemoveData(String)
    WebMethods.BeginRemoveData(String, AsyncCallback, Object)
    WebMethods.EndRemoveData(IAsyncResult)
    WebMethods.RegisterStudio(Int32, String, String, String)
    WebMethods.BeginRegisterStudio(Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndRegisterStudio(IAsyncResult)
    WebMethods.IsClientValid(Int32, String, String, String)
    WebMethods.BeginIsClientValid(Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndIsClientValid(IAsyncResult)
    WebMethods.GetLicenseKeys(Int32, String, String, String)
    WebMethods.BeginGetLicenseKeys(Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndGetLicenseKeys(IAsyncResult)
    WebMethods.SetStorage(ESS_MS_Sql_Storage, Int32, String, String, String)
    WebMethods.BeginSetStorage(ESS_MS_Sql_Storage, Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndSetStorage(IAsyncResult)
    WebMethods.SearchSqlStorage(Int32, String, Int32, String, String, String)
    WebMethods.BeginSearchSqlStorage(Int32, String, Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndSearchSqlStorage(IAsyncResult)
    WebMethods.GetAllSqlStorageCategories(Int32, String, String, String)
    WebMethods.BeginGetAllSqlStorageCategories(Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndGetAllSqlStorageCategories(IAsyncResult)
    WebMethods.GetSqlStorageEntry(Int64, Int32, String, String, String)
    WebMethods.BeginGetSqlStorageEntry(Int64, Int32, String, String, String, AsyncCallback, Object)
    WebMethods.EndGetSqlStorageEntry(IAsyncResult)
    System.ServiceModel.IClientChannel.DisplayInitializationUI()
    System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback, System.Object)
    System.ServiceModel.IClientChannel.EndDisplayInitializationUI(System.IAsyncResult)
    System.ServiceModel.IClientChannel.AllowInitializationUI
    System.ServiceModel.IClientChannel.DidInteractiveInitialization
    System.ServiceModel.IClientChannel.Via
    System.ServiceModel.IClientChannel.UnknownMessageReceived
    System.ServiceModel.IContextChannel.AllowOutputBatching
    System.ServiceModel.IContextChannel.InputSession
    System.ServiceModel.IContextChannel.LocalAddress
    System.ServiceModel.IContextChannel.OperationTimeout
    System.ServiceModel.IContextChannel.OutputSession
    System.ServiceModel.IContextChannel.RemoteAddress
    System.ServiceModel.IContextChannel.SessionId
    System.ServiceModel.Channels.IChannel.GetProperty<T>()
    System.ServiceModel.ICommunicationObject.Abort()
    System.ServiceModel.ICommunicationObject.Close()
    System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
    System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback, System.Object)
    System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
    System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)
    System.ServiceModel.ICommunicationObject.Open()
    System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
    System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
    System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
    System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)
    System.ServiceModel.ICommunicationObject.State
    System.ServiceModel.ICommunicationObject.Closed
    System.ServiceModel.ICommunicationObject.Closing
    System.ServiceModel.ICommunicationObject.Faulted
    System.ServiceModel.ICommunicationObject.Opened
    System.ServiceModel.ICommunicationObject.Opening
    System.ServiceModel.IExtensibleObject<System.ServiceModel.IContextChannel>.Extensions
    System.IDisposable.Dispose()
    Namespace: Simplic.Cloud.CloudService
    Assembly: Simplic.Cloud.dll
    Syntax
    public interface WebMethodsChannel : WebMethods, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx