Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PaymentFactory

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

A delegate for creating instance of IPayment implementation.

Inheritance
System.Object
PaymentFactory
Namespace: Mediachase.Commerce.Orders.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class PaymentFactory : MulticastDelegate

Constructors

PaymentFactory(Object, IntPtr)

Declaration
public PaymentFactory(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Type, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(Type implementationType, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Type implementationType
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual IPayment EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
IPayment

Invoke(Type)

Declaration
public virtual IPayment Invoke(Type implementationType)
Parameters
Type Name Description
System.Type implementationType
Returns
Type Description
IPayment