SQLiteDelegateReadBytesFromBlob Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.SQLiteDelegate.ReadBytesFromBlob(System.Data.IDataReader,System.Int32,System.Threading.CancellationToken)"]

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
protected override Task<byte[]> ReadBytesFromBlob(
	IDataReader dr,
	int colIndex,
	CancellationToken cancellationToken
)

Parameters

dr
Type: System.DataIDataReader

[Missing <param name="dr"/> documentation for "M:Quartz.Impl.AdoJobStore.SQLiteDelegate.ReadBytesFromBlob(System.Data.IDataReader,System.Int32,System.Threading.CancellationToken)"]

colIndex
Type: SystemInt32

[Missing <param name="colIndex"/> documentation for "M:Quartz.Impl.AdoJobStore.SQLiteDelegate.ReadBytesFromBlob(System.Data.IDataReader,System.Int32,System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.SQLiteDelegate.ReadBytesFromBlob(System.Data.IDataReader,System.Int32,System.Threading.CancellationToken)"]

Return Value

Type: TaskByte

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.SQLiteDelegate.ReadBytesFromBlob(System.Data.IDataReader,System.Int32,System.Threading.CancellationToken)"]

See Also

Reference