| Overload | Description | 
|---|---|
| PerformOperation(Func<Object>) | Performs the specified operation and return the corresponding value result. | 
| PerformOperation<T>(Func<T>) | Performs the specified operation and return the corresponding value result. | 
| PerformOperation<T,TOperationException>(Func<T>) | Performs the specified operation and return the corresponding value result. | 
