Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / PostInsertEventListener Class / OnPostInsertAsync Method
the originating event
A cancellation token instance
In This Topic
    OnPostInsertAsync Method
    In This Topic
    Asynchronous Handled actions after the entity has been insered.
    Syntax
    public Task OnPostInsertAsync( 
       NHibernate.Event.PostInsertEvent event,
       CancellationToken cancellationToken
    )

    Parameters

    event
    the originating event
    cancellationToken
    A cancellation token instance

    Return Value

    A task instance
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also