Edit

Share via


TimeoutHelper.Divide(TimeSpan, Int32) Method

Definition

public:
 static TimeSpan Divide(TimeSpan timeout, int factor);
public static TimeSpan Divide (TimeSpan timeout, int factor);
static member Divide : TimeSpan * int -> TimeSpan
Public Shared Function Divide (timeout As TimeSpan, factor As Integer) As TimeSpan

Parameters

timeout
TimeSpan
factor
Int32

Returns

Applies to