C# Класс Pdelvo.Minecraft.Proxy.Library.Plugins.Events.CancelEventArgs

A base class for cancelable EventArgs
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
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