Class PayloadAsyncResult
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
- API Level:
- 9
A class to represent result of payload.
C#Copypublic class PayloadAsyncResult : IDisposable
- Inheritance
-
System.ObjectPayloadAsyncResult
- Implements
-
System.IDisposable
Properties
Declaration
C#Copypublic string PayloadId { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 9
Declaration
C#Copypublic PeerInfo PeerInfo { get; }
Property Value
Type | Description |
---|---|
PeerInfo |
API Level: 9
Declaration
C#Copypublic PayloadAsyncResultCode Result { get; }
Property Value
Type | Description |
---|---|
PayloadAsyncResultCode |
API Level: 9
Methods
Declaration
C#Copypublic 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#Copyprotected 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