C# Class Taskling.InfrastructureContracts.Blocks.CommonRequests.FindFailedBlocksRequest

Inheritance: Taskling.InfrastructureContracts.Blocks.BlockRequestBase
Show file Open project: Vanlightly/Taskling.NET Class Usage Examples

Public Methods

Method Description
FindFailedBlocksRequest ( TaskId taskId, string taskExecutionId, BlockType blockType, System.DateTime searchPeriodBegin, System.DateTime searchPeriodEnd, int blockCountLimit, int retryLimit ) : System

Method Details

FindFailedBlocksRequest() public method

public FindFailedBlocksRequest ( TaskId taskId, string taskExecutionId, BlockType blockType, System.DateTime searchPeriodBegin, System.DateTime searchPeriodEnd, int blockCountLimit, int retryLimit ) : System
taskId TaskId
taskExecutionId string
blockType BlockType
searchPeriodBegin System.DateTime
searchPeriodEnd System.DateTime
blockCountLimit int
retryLimit int
return System