Show / Hide Table of Contents

    Class SyncNetworkTimeAsyncResult

    An asynchronous result object returning the result of a request to open a bearer in GPRS context

    Inheritance
    System.Object
    DeviceAsyncResult
    SyncNetworkTimeAsyncResult
    Implements
    System.IAsyncResult
    Inherited Members
    DeviceAsyncResult.AsyncState
    DeviceAsyncResult.CompletedSynchronously
    DeviceAsyncResult.IsCompleted
    DeviceAsyncResult.AsyncWaitHandle
    DeviceAsyncResult.Complete(Exception, Boolean)
    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: Eclo.nF.SIM800H
    Assembly: cs.temp.dll.dll
    Syntax
    public class SyncNetworkTimeAsyncResult : DeviceAsyncResult, IAsyncResult

    Fields

    Result

    Result of SNTP sync operation

    Declaration
    public SyncResult Result
    Field Value
    Type Description
    SyncResult

    Methods

    End()

    Finishes the asynchronous processing and throws an exception if one was generated Blocks until the asynchronous processing has completed

    Declaration
    public SyncResult End()
    Returns
    Type Description
    SyncResult

    Returns the result of the request to open bearer context

    Process()

    The method used to perform the asynchronous processing

    Declaration
    public override void Process()
    Overrides
    DeviceAsyncResult.Process()

    Implements

    System.IAsyncResult
    Back to top Copyright © 2018 Eclo Solutions
    Generated by DocFX