SdkResultFactory Class

Definition

An abstract interface class provided to SdkResolver to create an SdkResult object indicating success / failure.

public ref class SdkResultFactory abstract
public abstract class SdkResultFactory
type SdkResultFactory = class
Public MustInherit Class SdkResultFactory
Inheritance
SdkResultFactory

Constructors

SdkResultFactory()

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IndicateFailure(IEnumerable<String>, IEnumerable<String>)

Create an SdkResolver object indicating failure resolving the SDK.

IndicateSuccess(IEnumerable<String>, String, IDictionary<String,String>, IDictionary<String,SdkResultItem>, IEnumerable<String>)

Create an SdkResolver object indicating success.

IndicateSuccess(String, String, IDictionary<String,String>, IDictionary<String,SdkResultItem>, IEnumerable<String>)

Create an SdkResolver object indicating success resolving the SDK.

IndicateSuccess(String, String, IEnumerable<String>)

Create an SdkResolver object indicating success resolving the SDK.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to