C# 클래스 GoogleCloudExtension.Utils.ProtectedAction

This class wraps an Action with the ErrorHandlerUtils.HandleExceptions(Action) method to correclty handle all exceptions that escape the action.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
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