Class PayloadAsyncResult

Definition

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

A class to represent result of payload.

C#
Copy
public class PayloadAsyncResult : IDisposable
Inheritance
object
PayloadAsyncResult
Implements
System.IDisposable

Properties

View Source

PayloadId

Gets the payload id.

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

PeerInfo

Gets the peer info of payload.

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

Result

Gets the result of payload.

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

Methods

View Source

Dispose()

Releases all resources used by the PayloadAsyncResult class.

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(bool)

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

Declaration
C#
Copy
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