C# Класс GoogleCloudExtension.Utils.ProtectedAction

This class wraps an Action with the ErrorHandlerUtils.HandleExceptions(Action) method to correclty handle all exceptions that escape the action.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Invoke ( ) : void

Invokes the action handling all of the exceptions that escape the action.

ProtectedAction ( System.Action action ) : System

Описание методов

Invoke() публичный Метод

Invokes the action handling all of the exceptions that escape the action.
public Invoke ( ) : void
Результат void

ProtectedAction() публичный Метод

public ProtectedAction ( System.Action action ) : System
action System.Action
Результат System