Class PayloadAsyncResult

    Definition

    Namespace:
    Tizen.Applications.Cion
    Assembly:
    Tizen.Applications.Cion.dll

    A class to represent result of payload.

    public class PayloadAsyncResult : IDisposable
    Inheritance
    object
    PayloadAsyncResult
    Implements
    System.IDisposable

    Properties

    View Source

    PayloadId

    Gets the payload id.

    Declaration
    public string PayloadId { get; }
    Property Value
    Type Description
    string
    View Source

    PeerInfo

    Gets the peer info of payload.

    Declaration
    public PeerInfo PeerInfo { get; }
    Property Value
    Type Description
    PeerInfo
    View Source

    Result

    Gets the result of payload.

    Declaration
    public PayloadAsyncResultCode Result { get; }
    Property Value
    Type Description
    PayloadAsyncResultCode

    Methods

    View Source

    Dispose()

    Releases all resources used by the PayloadAsyncResult class.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, disposes any disposable objects. If false, does not dispose disposable objects.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX