XMediator::Api::LoadResult
Describes the result of a load call.
Public Functions
Name | |
---|---|
LoadResult(string waterfallId, string lifecycleId, IEnumerable< InstanceResult > instances) | |
bool | TryGetSuccessResult(out InstanceResult.Success success) If the load result was successful, return an instance of InstanceResult.Success |
override bool | Equals(object obj) |
override int | GetHashCode() |
override string | ToString() |
Protected Functions
Name | |
---|---|
bool | Equals(LoadResult other) |
Public Properties
Name | |
---|---|
string | WaterfallId An identifier for the waterfall used in the current load call. |
string | LifecycleId An identifier for the current load call, useful to track the progress of the ad lifecycle flow. |
IEnumerable< InstanceResult > | Instances A collection of the waterfall instances and their results involved during the load call. |
Public Functions Documentation
function LoadResult
function TryGetSuccessResult
If the load result was successful, return an instance of InstanceResult.Success
Parameters:
- success InstanceResult.Success When this method returns, contains the waterfall's winning instance information, if the load result was successful; otherwise, a null value. This parameter is passed uninitialized.
Return: bool true if the load result was successful; otherwise, false.
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property WaterfallId
An identifier for the waterfall used in the current load call.
property LifecycleId
An identifier for the current load call, useful to track the progress of the ad lifecycle flow.
property Instances
A collection of the waterfall instances and their results involved during the load call.
Updated on 2024-11-07 at 18:31:49 +0000