Delegate 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.
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public delegate IPayment PaymentFactory(Type implementationType);
Parameters
| Type |
Name |
Description |
| System.Type |
implementationType |
The implementation type of IPayment.
|
Returns
Constructors
Declaration
public PaymentFactory(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
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 |
|
Declaration
public virtual IPayment EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual IPayment Invoke(Type implementationType)
Parameters
| Type |
Name |
Description |
| System.Type |
implementationType |
|
Returns