Export data from a structuredstream
Namespace: Microsoft.Cosmos.ExportClientAssembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public override ExportTask Export(
Object state,
CancellationToken cancellationToken
) |
Visual Basic |
---|
Public Overrides Function Export ( _
state As Object, _
cancellationToken As CancellationToken _
) As ExportTask |
Visual C++ |
---|
public:
virtual ExportTask^ Export(
Object^ state,
CancellationToken cancellationToken
) override |
Parameters
- state
- Type: Object
State in a task
- cancellationToken
- Type: CancellationToken
The parameter to be passed to the callback
Return Value
Return a export task
See Also