Class PayloadAsyncResult
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
A class to represent result of payload.
public class PayloadAsyncResult : IDisposable
- Inheritance
-
objectPayloadAsyncResult
- Implements
-
System.IDisposable
Properties
View SourcePayloadId
Gets the payload id.
Declaration
public string PayloadId { get; }
Property Value
Type | Description |
---|---|
string |
PeerInfo
Gets the peer info of payload.
Declaration
public PeerInfo PeerInfo { get; }
Property Value
Type | Description |
---|---|
PeerInfo |
Result
Gets the result of payload.
Declaration
public PayloadAsyncResultCode Result { get; }
Property Value
Type | Description |
---|---|
PayloadAsyncResultCode |
Methods
View SourceDispose()
Releases all resources used by the PayloadAsyncResult class.
Declaration
public void Dispose()
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