Search Results for

    Show / Hide Table of Contents

    Class BasicServiceClient

    Inheritance
    System.Object
    System.ServiceModel.ClientBase<BasicService>
    BasicServiceClient
    Implements
    System.ServiceModel.ICommunicationObject
    System.IDisposable
    BasicService
    Inherited Members
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.GetDefaultValueForInitialization<T>()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.Open()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.Abort()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.Close()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.DisplayInitializationUI()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.CreateChannel()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.IDisposable.Dispose()
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback, System.Object)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.InvokeAsync(System.ServiceModel.ClientBase.BeginOperationDelegate<>, System.Object[], System.ServiceModel.ClientBase.EndOperationDelegate<>, System.Threading.SendOrPostCallback, System.Object)
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.Channel
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.CacheSetting
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.ChannelFactory
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.ClientCredentials
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.State
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.InnerChannel
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.Endpoint
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.Closed
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.Closing
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.Faulted
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.System.ServiceModel.ICommunicationObject.Opened
    System.ServiceModel.ClientBase<Simplic.Telematic.FleetBoard.BasicService.BasicService>.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()
    Namespace: Simplic.Telematic.FleetBoard.BasicService
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    public class BasicServiceClient : ClientBase<BasicService>, ICommunicationObject, IDisposable, BasicService

    Constructors

    | Improve this Doc View Source

    BasicServiceClient()

    Declaration
    public BasicServiceClient()
    | Improve this Doc View Source

    BasicServiceClient(Binding, EndpointAddress)

    Declaration
    public BasicServiceClient(Binding binding, EndpointAddress remoteAddress)
    Parameters
    Type Name Description
    System.ServiceModel.Channels.Binding binding
    System.ServiceModel.EndpointAddress remoteAddress
    | Improve this Doc View Source

    BasicServiceClient(String)

    Declaration
    public BasicServiceClient(string endpointConfigurationName)
    Parameters
    Type Name Description
    System.String endpointConfigurationName
    | Improve this Doc View Source

    BasicServiceClient(String, EndpointAddress)

    Declaration
    public BasicServiceClient(string endpointConfigurationName, EndpointAddress remoteAddress)
    Parameters
    Type Name Description
    System.String endpointConfigurationName
    System.ServiceModel.EndpointAddress remoteAddress
    | Improve this Doc View Source

    BasicServiceClient(String, String)

    Declaration
    public BasicServiceClient(string endpointConfigurationName, string remoteAddress)
    Parameters
    Type Name Description
    System.String endpointConfigurationName
    System.String remoteAddress

    Methods

    | Improve this Doc View Source

    getCurrentUser(getCurrentUser)

    Declaration
    public getCurrentUserResponse getCurrentUser(getCurrentUser getCurrentUser1)
    Parameters
    Type Name Description
    getCurrentUser getCurrentUser1
    Returns
    Type Description
    getCurrentUserResponse
    | Improve this Doc View Source

    getCurrentUserAsync(getCurrentUser)

    Declaration
    public Task<getCurrentUserResponse1> getCurrentUserAsync(getCurrentUser getCurrentUser)
    Parameters
    Type Name Description
    getCurrentUser getCurrentUser
    Returns
    Type Description
    System.Threading.Tasks.Task<getCurrentUserResponse1>
    | Improve this Doc View Source

    getDriver(getDriver)

    Declaration
    public getDriverResponse getDriver(getDriver getDriver1)
    Parameters
    Type Name Description
    getDriver getDriver1
    Returns
    Type Description
    getDriverResponse
    | Improve this Doc View Source

    getDriverAsync(getDriver)

    Declaration
    public Task<getDriverResponse1> getDriverAsync(getDriver getDriver)
    Parameters
    Type Name Description
    getDriver getDriver
    Returns
    Type Description
    System.Threading.Tasks.Task<getDriverResponse1>
    | Improve this Doc View Source

    getDriverGroup(getDriverGroup)

    Declaration
    public getDriverGroupResponse getDriverGroup(getDriverGroup getDriverGroup1)
    Parameters
    Type Name Description
    getDriverGroup getDriverGroup1
    Returns
    Type Description
    getDriverGroupResponse
    | Improve this Doc View Source

    getDriverGroupAsync(getDriverGroup)

    Declaration
    public Task<getDriverGroupResponse1> getDriverGroupAsync(getDriverGroup getDriverGroup)
    Parameters
    Type Name Description
    getDriverGroup getDriverGroup
    Returns
    Type Description
    System.Threading.Tasks.Task<getDriverGroupResponse1>
    | Improve this Doc View Source

    getFleet(getFleet)

    Declaration
    public getFleetResponse getFleet(getFleet getFleet1)
    Parameters
    Type Name Description
    getFleet getFleet1
    Returns
    Type Description
    getFleetResponse
    | Improve this Doc View Source

    getFleetAsync(getFleet)

    Declaration
    public Task<getFleetResponse1> getFleetAsync(getFleet getFleet)
    Parameters
    Type Name Description
    getFleet getFleet
    Returns
    Type Description
    System.Threading.Tasks.Task<getFleetResponse1>
    | Improve this Doc View Source

    getServerProperties(getServerProperties)

    Declaration
    public getServerPropertiesResponse getServerProperties(getServerProperties getServerProperties1)
    Parameters
    Type Name Description
    getServerProperties getServerProperties1
    Returns
    Type Description
    getServerPropertiesResponse
    | Improve this Doc View Source

    getServerPropertiesAsync(getServerProperties)

    Declaration
    public Task<getServerPropertiesResponse1> getServerPropertiesAsync(getServerProperties getServerProperties)
    Parameters
    Type Name Description
    getServerProperties getServerProperties
    Returns
    Type Description
    System.Threading.Tasks.Task<getServerPropertiesResponse1>
    | Improve this Doc View Source

    getStatusDef(getStatusDef)

    Declaration
    public getStatusDefResponse getStatusDef(getStatusDef getStatusDef1)
    Parameters
    Type Name Description
    getStatusDef getStatusDef1
    Returns
    Type Description
    getStatusDefResponse
    | Improve this Doc View Source

    getStatusDefAsync(getStatusDef)

    Declaration
    public Task<getStatusDefResponse1> getStatusDefAsync(getStatusDef getStatusDef)
    Parameters
    Type Name Description
    getStatusDef getStatusDef
    Returns
    Type Description
    System.Threading.Tasks.Task<getStatusDefResponse1>
    | Improve this Doc View Source

    getUser(getUser)

    Declaration
    public getUserResponse getUser(getUser getUser1)
    Parameters
    Type Name Description
    getUser getUser1
    Returns
    Type Description
    getUserResponse
    | Improve this Doc View Source

    getUserAsync(getUser)

    Declaration
    public Task<getUserResponse1> getUserAsync(getUser getUser)
    Parameters
    Type Name Description
    getUser getUser
    Returns
    Type Description
    System.Threading.Tasks.Task<getUserResponse1>
    | Improve this Doc View Source

    getVehicle(getVehicle)

    Declaration
    public getVehicleResponse getVehicle(getVehicle getVehicle1)
    Parameters
    Type Name Description
    getVehicle getVehicle1
    Returns
    Type Description
    getVehicleResponse
    | Improve this Doc View Source

    getVehicleAsync(getVehicle)

    Declaration
    public Task<getVehicleResponse1> getVehicleAsync(getVehicle getVehicle)
    Parameters
    Type Name Description
    getVehicle getVehicle
    Returns
    Type Description
    System.Threading.Tasks.Task<getVehicleResponse1>
    | Improve this Doc View Source

    getVehicleGroup(getVehicleGroup)

    Declaration
    public getVehicleGroupResponse getVehicleGroup(getVehicleGroup getVehicleGroup1)
    Parameters
    Type Name Description
    getVehicleGroup getVehicleGroup1
    Returns
    Type Description
    getVehicleGroupResponse
    | Improve this Doc View Source

    getVehicleGroupAsync(getVehicleGroup)

    Declaration
    public Task<getVehicleGroupResponse1> getVehicleGroupAsync(getVehicleGroup getVehicleGroup)
    Parameters
    Type Name Description
    getVehicleGroup getVehicleGroup
    Returns
    Type Description
    System.Threading.Tasks.Task<getVehicleGroupResponse1>
    | Improve this Doc View Source

    login(login)

    Declaration
    public loginResponse login(login login1)
    Parameters
    Type Name Description
    login login1
    Returns
    Type Description
    loginResponse
    | Improve this Doc View Source

    loginAsync(login)

    Declaration
    public Task<loginResponse1> loginAsync(login login)
    Parameters
    Type Name Description
    login login
    Returns
    Type Description
    System.Threading.Tasks.Task<loginResponse1>
    | Improve this Doc View Source

    logout(logout)

    Declaration
    public logoutResponse logout(logout logout1)
    Parameters
    Type Name Description
    logout logout1
    Returns
    Type Description
    logoutResponse
    | Improve this Doc View Source

    logoutAsync(logout)

    Declaration
    public Task<logoutResponse1> logoutAsync(logout logout)
    Parameters
    Type Name Description
    logout logout
    Returns
    Type Description
    System.Threading.Tasks.Task<logoutResponse1>

    Explicit Interface Implementations

    | Improve this Doc View Source

    BasicService.getCurrentUser(getCurrentUserRequest1)

    Declaration
    getCurrentUserResponse1 BasicService.getCurrentUser(getCurrentUserRequest1 request)
    Parameters
    Type Name Description
    getCurrentUserRequest1 request
    Returns
    Type Description
    getCurrentUserResponse1
    | Improve this Doc View Source

    BasicService.getCurrentUserAsync(getCurrentUserRequest1)

    Declaration
    Task<getCurrentUserResponse1> BasicService.getCurrentUserAsync(getCurrentUserRequest1 request)
    Parameters
    Type Name Description
    getCurrentUserRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getCurrentUserResponse1>
    | Improve this Doc View Source

    BasicService.getDriver(getDriverRequest)

    Declaration
    getDriverResponse1 BasicService.getDriver(getDriverRequest request)
    Parameters
    Type Name Description
    getDriverRequest request
    Returns
    Type Description
    getDriverResponse1
    | Improve this Doc View Source

    BasicService.getDriverAsync(getDriverRequest)

    Declaration
    Task<getDriverResponse1> BasicService.getDriverAsync(getDriverRequest request)
    Parameters
    Type Name Description
    getDriverRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getDriverResponse1>
    | Improve this Doc View Source

    BasicService.getDriverGroup(getDriverGroupRequest1)

    Declaration
    getDriverGroupResponse1 BasicService.getDriverGroup(getDriverGroupRequest1 request)
    Parameters
    Type Name Description
    getDriverGroupRequest1 request
    Returns
    Type Description
    getDriverGroupResponse1
    | Improve this Doc View Source

    BasicService.getDriverGroupAsync(getDriverGroupRequest1)

    Declaration
    Task<getDriverGroupResponse1> BasicService.getDriverGroupAsync(getDriverGroupRequest1 request)
    Parameters
    Type Name Description
    getDriverGroupRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getDriverGroupResponse1>
    | Improve this Doc View Source

    BasicService.getFleet(getFleetRequest1)

    Declaration
    getFleetResponse1 BasicService.getFleet(getFleetRequest1 request)
    Parameters
    Type Name Description
    getFleetRequest1 request
    Returns
    Type Description
    getFleetResponse1
    | Improve this Doc View Source

    BasicService.getFleetAsync(getFleetRequest1)

    Declaration
    Task<getFleetResponse1> BasicService.getFleetAsync(getFleetRequest1 request)
    Parameters
    Type Name Description
    getFleetRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getFleetResponse1>
    | Improve this Doc View Source

    BasicService.getServerProperties(getServerPropertiesRequest1)

    Declaration
    getServerPropertiesResponse1 BasicService.getServerProperties(getServerPropertiesRequest1 request)
    Parameters
    Type Name Description
    getServerPropertiesRequest1 request
    Returns
    Type Description
    getServerPropertiesResponse1
    | Improve this Doc View Source

    BasicService.getServerPropertiesAsync(getServerPropertiesRequest1)

    Declaration
    Task<getServerPropertiesResponse1> BasicService.getServerPropertiesAsync(getServerPropertiesRequest1 request)
    Parameters
    Type Name Description
    getServerPropertiesRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getServerPropertiesResponse1>
    | Improve this Doc View Source

    BasicService.getStatusDef(getStatusDefRequest)

    Declaration
    getStatusDefResponse1 BasicService.getStatusDef(getStatusDefRequest request)
    Parameters
    Type Name Description
    getStatusDefRequest request
    Returns
    Type Description
    getStatusDefResponse1
    | Improve this Doc View Source

    BasicService.getStatusDefAsync(getStatusDefRequest)

    Declaration
    Task<getStatusDefResponse1> BasicService.getStatusDefAsync(getStatusDefRequest request)
    Parameters
    Type Name Description
    getStatusDefRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getStatusDefResponse1>
    | Improve this Doc View Source

    BasicService.getUser(getUserRequest1)

    Declaration
    getUserResponse1 BasicService.getUser(getUserRequest1 request)
    Parameters
    Type Name Description
    getUserRequest1 request
    Returns
    Type Description
    getUserResponse1
    | Improve this Doc View Source

    BasicService.getUserAsync(getUserRequest1)

    Declaration
    Task<getUserResponse1> BasicService.getUserAsync(getUserRequest1 request)
    Parameters
    Type Name Description
    getUserRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getUserResponse1>
    | Improve this Doc View Source

    BasicService.getVehicle(getVehicleRequest1)

    Declaration
    getVehicleResponse1 BasicService.getVehicle(getVehicleRequest1 request)
    Parameters
    Type Name Description
    getVehicleRequest1 request
    Returns
    Type Description
    getVehicleResponse1
    | Improve this Doc View Source

    BasicService.getVehicleAsync(getVehicleRequest1)

    Declaration
    Task<getVehicleResponse1> BasicService.getVehicleAsync(getVehicleRequest1 request)
    Parameters
    Type Name Description
    getVehicleRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getVehicleResponse1>
    | Improve this Doc View Source

    BasicService.getVehicleGroup(getVehicleGroupRequest1)

    Declaration
    getVehicleGroupResponse1 BasicService.getVehicleGroup(getVehicleGroupRequest1 request)
    Parameters
    Type Name Description
    getVehicleGroupRequest1 request
    Returns
    Type Description
    getVehicleGroupResponse1
    | Improve this Doc View Source

    BasicService.getVehicleGroupAsync(getVehicleGroupRequest1)

    Declaration
    Task<getVehicleGroupResponse1> BasicService.getVehicleGroupAsync(getVehicleGroupRequest1 request)
    Parameters
    Type Name Description
    getVehicleGroupRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<getVehicleGroupResponse1>
    | Improve this Doc View Source

    BasicService.login(loginRequest1)

    Declaration
    loginResponse1 BasicService.login(loginRequest1 request)
    Parameters
    Type Name Description
    loginRequest1 request
    Returns
    Type Description
    loginResponse1
    | Improve this Doc View Source

    BasicService.loginAsync(loginRequest1)

    Declaration
    Task<loginResponse1> BasicService.loginAsync(loginRequest1 request)
    Parameters
    Type Name Description
    loginRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<loginResponse1>
    | Improve this Doc View Source

    BasicService.logout(logoutRequest1)

    Declaration
    logoutResponse1 BasicService.logout(logoutRequest1 request)
    Parameters
    Type Name Description
    logoutRequest1 request
    Returns
    Type Description
    logoutResponse1
    | Improve this Doc View Source

    BasicService.logoutAsync(logoutRequest1)

    Declaration
    Task<logoutResponse1> BasicService.logoutAsync(logoutRequest1 request)
    Parameters
    Type Name Description
    logoutRequest1 request
    Returns
    Type Description
    System.Threading.Tasks.Task<logoutResponse1>

    Implements

    System.ServiceModel.ICommunicationObject
    System.IDisposable
    BasicService
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx