C# 클래스 Pdelvo.Minecraft.Proxy.Library.Plugins.Events.CancelEventArgs

A base class for cancelable EventArgs
상속: System.EventArgs
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft.Proxy

공개 메소드들

메소드 설명
EnsureSuccess ( ) : void

This message will throw a OperationCanceledException with the CancelMessage if the Canceled flag is set to true

SetCanceled ( string message ) : void

Cancel this operation with a specific message

메소드 상세

EnsureSuccess() 공개 메소드

This message will throw a OperationCanceledException with the CancelMessage if the Canceled flag is set to true
public EnsureSuccess ( ) : void
리턴 void

SetCanceled() 공개 메소드

Cancel this operation with a specific message
public SetCanceled ( string message ) : void
message string The reason why this operation is canceled
리턴 void