Class PayloadAsyncResult

Definition

Namespace:
Tizen.Applications.Cion
Assembly:
Tizen.Applications.Cion.dll
API Level:
9

A class to represent result of payload.

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

Properties

View Source

PayloadId

Gets the payload id.

Declaration
C#
Copy
public string PayloadId { get; }
Property Value
Type Description
System.String
API Level: 9
View Source

PeerInfo

Gets the peer info of payload.

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

Result

Gets the result of payload.

Declaration
C#
Copy
public PayloadAsyncResultCode Result { get; }
Property Value
Type Description
PayloadAsyncResultCode
API Level: 9

Methods

View Source

Dispose()

Releases all resources used by the PayloadAsyncResult class.

Declaration
C#
Copy
public void Dispose()
API Level: 9
View Source

Dispose(Boolean)

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
Boolean disposing

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

API Level: 9

Implements

System.IDisposable