Click or drag to resize

IDataMapperMapAsyncT Method

[Missing <summary> documentation for "M:Couchbase.Core.DataMapping.IDataMapper.MapAsync``1(System.Void,``0)"]

Namespace:  Couchbase.Core.DataMapping
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
ValueTask MapAsync<T>(
	void stream,
	T cancellationToken = null
)
where T : class

Parameters

stream
Type: SystemVoid

[Missing <param name="stream"/> documentation for "M:Couchbase.Core.DataMapping.IDataMapper.MapAsync``1(System.Void,``0)"]

cancellationToken (Optional)
Type: T

[Missing <param name="cancellationToken"/> documentation for "M:Couchbase.Core.DataMapping.IDataMapper.MapAsync``1(System.Void,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.Core.DataMapping.IDataMapper.MapAsync``1(System.Void,``0)"]

Return Value

Type: ValueTask

[Missing <returns> documentation for "M:Couchbase.Core.DataMapping.IDataMapper.MapAsync``1(System.Void,``0)"]

See Also