Skip to content

Interface IEventWithResult<T>

Namespace: Void.Proxy.Api.Events
Assembly: Void.Proxy.Api.dll

public interface IEventWithResult<T> : IEvent

Type Parameters

T

Implements

IEvent

Properties

Result

T? Result { get; set; }

Property Value

T?