Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataFeeds Namespace / FeedProviderBase Class / BeginCreateCompressFeed Method
Feed Options
call back as System.AsyncCallback
state object
In This Topic
    BeginCreateCompressFeed Method
    In This Topic
    Begins an asynchronous call to our long running create and compress feed method.
    Syntax
    public IAsyncResult BeginCreateCompressFeed( 
       FeedOptions options,
       AsyncCallback cb,
       object state
    )

    Parameters

    options
    Feed Options
    cb
    call back as System.AsyncCallback
    state
    state object

    Return Value

    result as System.IAsyncResult
    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