Delegate StdBSECommerceManager.ReceiveMessageHandler
Delegate for the Receive Message Event.
Assembly: StdPlatBS100.dll
Syntax
public delegate bool ReceiveMessageHandler(EventPayload eventData);
Parameters
| Type |
Name |
Description |
| Primavera.Lithium.ECommerceConnect.Models.EventPayload |
eventData |
|
Returns
| Type |
Description |
| System.Boolean |
|
Constructors
ReceiveMessageHandler(Object, IntPtr)
Declaration
public ReceiveMessageHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(EventPayload, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(EventPayload eventData, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| Primavera.Lithium.ECommerceConnect.Models.EventPayload |
eventData |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Boolean |
|
Invoke(EventPayload)
Declaration
public virtual bool Invoke(EventPayload eventData)
Parameters
| Type |
Name |
Description |
| Primavera.Lithium.ECommerceConnect.Models.EventPayload |
eventData |
|
Returns
| Type |
Description |
| System.Boolean |
|