Class PayloadAsyncResult
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
A class to represent result of payload.
C#Copypublic class PayloadAsyncResult : IDisposable
- Inheritance
-
objectPayloadAsyncResult
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic string PayloadId { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic PeerInfo PeerInfo { get; }
Property Value
Type | Description |
---|---|
PeerInfo |
Declaration
C#Copypublic PayloadAsyncResultCode Result { get; }
Property Value
Type | Description |
---|---|
PayloadAsyncResultCode |
Methods
Declaration
C#Copypublic void Dispose()
View Source
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
C#Copyprotected 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