Show / Hide Table of Contents
View Source

Class Tryer

Inheritance
System.Object
Tryer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.Helpers
Assembly:EvilDICOM.dll
Syntax
public class Tryer

Constructors

View Source

Tryer()

Declaration
public Tryer()

Methods

View Source

Try(Action, Int32, Int32, Action<Exception>)

Declaration
public void Try(Action a, int maxTries = 3, int msDelayBtwTries = 5000, Action<Exception> failureAction = null)
Parameters
Type Name Description
System.Action a
System.Int32 maxTries
System.Int32 msDelayBtwTries
System.Action<System.Exception> failureAction
View Source

Try(Action, String)

Declaration
public static bool Try(Action a, string msg = "")
Parameters
Type Name Description
System.Action a
System.String msg
Returns
Type Description
System.Boolean
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX