Search Results for

    Show / Hide Table of Contents

    Class PosServiceClient

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

    Constructors

    | Improve this Doc View Source

    PosServiceClient()

    Declaration
    public PosServiceClient()
    | Improve this Doc View Source

    PosServiceClient(Binding, EndpointAddress)

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

    PosServiceClient(String)

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

    PosServiceClient(String, EndpointAddress)

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

    PosServiceClient(String, String)

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

    Methods

    | Improve this Doc View Source

    getCurrentState(getCurrentState)

    Declaration
    public getCurrentStateResponse getCurrentState(getCurrentState getCurrentState1)
    Parameters
    Type Name Description
    getCurrentState getCurrentState1
    Returns
    Type Description
    getCurrentStateResponse
    | Improve this Doc View Source

    getCurrentStateAsync(getCurrentState)

    Declaration
    public Task<getCurrentStateResponse1> getCurrentStateAsync(getCurrentState getCurrentState)
    Parameters
    Type Name Description
    getCurrentState getCurrentState
    Returns
    Type Description
    System.Threading.Tasks.Task<getCurrentStateResponse1>
    | Improve this Doc View Source

    getLastPosition(getLastPosition)

    Declaration
    public getLastPositionResponse getLastPosition(getLastPosition getLastPosition1)
    Parameters
    Type Name Description
    getLastPosition getLastPosition1
    Returns
    Type Description
    getLastPositionResponse
    | Improve this Doc View Source

    getLastPositionAsync(getLastPosition)

    Declaration
    public Task<getLastPositionResponse1> getLastPositionAsync(getLastPosition getLastPosition)
    Parameters
    Type Name Description
    getLastPosition getLastPosition
    Returns
    Type Description
    System.Threading.Tasks.Task<getLastPositionResponse1>
    | Improve this Doc View Source

    getLocationDescription(getLocationDescription)

    Declaration
    public getLocationDescriptionResponse getLocationDescription(getLocationDescription getLocationDescription1)
    Parameters
    Type Name Description
    getLocationDescription getLocationDescription1
    Returns
    Type Description
    getLocationDescriptionResponse
    | Improve this Doc View Source

    getLocationDescriptionAsync(getLocationDescription)

    Declaration
    public Task<getLocationDescriptionResponse1> getLocationDescriptionAsync(getLocationDescription getLocationDescription)
    Parameters
    Type Name Description
    getLocationDescription getLocationDescription
    Returns
    Type Description
    System.Threading.Tasks.Task<getLocationDescriptionResponse1>
    | Improve this Doc View Source

    getPosReport(getPosReport)

    Declaration
    public getPosReportResponse getPosReport(getPosReport getPosReport1)
    Parameters
    Type Name Description
    getPosReport getPosReport1
    Returns
    Type Description
    getPosReportResponse
    | Improve this Doc View Source

    getPosReportAsync(getPosReport)

    Declaration
    public Task<getPosReportResponse1> getPosReportAsync(getPosReport getPosReport)
    Parameters
    Type Name Description
    getPosReport getPosReport
    Returns
    Type Description
    System.Threading.Tasks.Task<getPosReportResponse1>
    | Improve this Doc View Source

    getPosReportTrace(getPosReportTrace)

    Declaration
    public getPosReportTraceResponse getPosReportTrace(getPosReportTrace getPosReportTrace1)
    Parameters
    Type Name Description
    getPosReportTrace getPosReportTrace1
    Returns
    Type Description
    getPosReportTraceResponse
    | Improve this Doc View Source

    getPosReportTraceAsync(getPosReportTrace)

    Declaration
    public Task<getPosReportTraceResponse1> getPosReportTraceAsync(getPosReportTrace getPosReportTrace)
    Parameters
    Type Name Description
    getPosReportTrace getPosReportTrace
    Returns
    Type Description
    System.Threading.Tasks.Task<getPosReportTraceResponse1>
    | Improve this Doc View Source

    getReply(getReply)

    Declaration
    public getReplyResponse getReply(getReply getReply1)
    Parameters
    Type Name Description
    getReply getReply1
    Returns
    Type Description
    getReplyResponse
    | Improve this Doc View Source

    getReplyAsync(getReply)

    Declaration
    public Task<getReplyResponse1> getReplyAsync(getReply getReply)
    Parameters
    Type Name Description
    getReply getReply
    Returns
    Type Description
    System.Threading.Tasks.Task<getReplyResponse1>

    Explicit Interface Implementations

    | Improve this Doc View Source

    PosService.getCurrentState(getCurrentStateRequest)

    Declaration
    getCurrentStateResponse1 PosService.getCurrentState(getCurrentStateRequest request)
    Parameters
    Type Name Description
    getCurrentStateRequest request
    Returns
    Type Description
    getCurrentStateResponse1
    | Improve this Doc View Source

    PosService.getCurrentStateAsync(getCurrentStateRequest)

    Declaration
    Task<getCurrentStateResponse1> PosService.getCurrentStateAsync(getCurrentStateRequest request)
    Parameters
    Type Name Description
    getCurrentStateRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getCurrentStateResponse1>
    | Improve this Doc View Source

    PosService.getLastPosition(getLastPositionRequest)

    Declaration
    getLastPositionResponse1 PosService.getLastPosition(getLastPositionRequest request)
    Parameters
    Type Name Description
    getLastPositionRequest request
    Returns
    Type Description
    getLastPositionResponse1
    | Improve this Doc View Source

    PosService.getLastPositionAsync(getLastPositionRequest)

    Declaration
    Task<getLastPositionResponse1> PosService.getLastPositionAsync(getLastPositionRequest request)
    Parameters
    Type Name Description
    getLastPositionRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getLastPositionResponse1>
    | Improve this Doc View Source

    PosService.getLocationDescription(getLocationDescriptionRequest)

    Declaration
    getLocationDescriptionResponse1 PosService.getLocationDescription(getLocationDescriptionRequest request)
    Parameters
    Type Name Description
    getLocationDescriptionRequest request
    Returns
    Type Description
    getLocationDescriptionResponse1
    | Improve this Doc View Source

    PosService.getLocationDescriptionAsync(getLocationDescriptionRequest)

    Declaration
    Task<getLocationDescriptionResponse1> PosService.getLocationDescriptionAsync(getLocationDescriptionRequest request)
    Parameters
    Type Name Description
    getLocationDescriptionRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getLocationDescriptionResponse1>
    | Improve this Doc View Source

    PosService.getPosReport(getPosReportRequest)

    Declaration
    getPosReportResponse1 PosService.getPosReport(getPosReportRequest request)
    Parameters
    Type Name Description
    getPosReportRequest request
    Returns
    Type Description
    getPosReportResponse1
    | Improve this Doc View Source

    PosService.getPosReportAsync(getPosReportRequest)

    Declaration
    Task<getPosReportResponse1> PosService.getPosReportAsync(getPosReportRequest request)
    Parameters
    Type Name Description
    getPosReportRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getPosReportResponse1>
    | Improve this Doc View Source

    PosService.getPosReportTrace(getPosReportTraceRequest)

    Declaration
    getPosReportTraceResponse1 PosService.getPosReportTrace(getPosReportTraceRequest request)
    Parameters
    Type Name Description
    getPosReportTraceRequest request
    Returns
    Type Description
    getPosReportTraceResponse1
    | Improve this Doc View Source

    PosService.getPosReportTraceAsync(getPosReportTraceRequest)

    Declaration
    Task<getPosReportTraceResponse1> PosService.getPosReportTraceAsync(getPosReportTraceRequest request)
    Parameters
    Type Name Description
    getPosReportTraceRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getPosReportTraceResponse1>
    | Improve this Doc View Source

    PosService.getReply(getReplyRequest)

    Declaration
    getReplyResponse1 PosService.getReply(getReplyRequest request)
    Parameters
    Type Name Description
    getReplyRequest request
    Returns
    Type Description
    getReplyResponse1
    | Improve this Doc View Source

    PosService.getReplyAsync(getReplyRequest)

    Declaration
    Task<getReplyResponse1> PosService.getReplyAsync(getReplyRequest request)
    Parameters
    Type Name Description
    getReplyRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<getReplyResponse1>

    Implements

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