Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoBeginExportList ( _
listId As Guid, _
exportFile As String, _
operationId As Guid, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim listId As Guid
Dim exportFile As String
Dim operationId As Guid
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = Me.DoBeginExportList(listId, _
exportFile, operationId, callback, _
asyncState)
protected IAsyncResult DoBeginExportList(
Guid listId,
string exportFile,
Guid operationId,
AsyncCallback callback,
Object asyncState
)
protected:
IAsyncResult^ DoBeginExportList(
Guid listId,
String^ exportFile,
Guid operationId,
AsyncCallback^ callback,
Object^ asyncState
)
protected function DoBeginExportList(
listId : Guid,
exportFile : String,
operationId : Guid,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- listId
Type: System..::.Guid
Reserved for internal use only.
- exportFile
Type: System..::.String
Reserved for internal use only.
- operationId
Type: System..::.Guid
Reserved for internal use only.
- callback
Type: System..::.AsyncCallback
Reserved for internal use only.
- asyncState
Type: System..::.Object
Reserved for internal use only.
Return Value
Type: System..::.IAsyncResult
Reserved for internal use only.
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.