Interface IEventWithResult<T>
Namespace: Void.Proxy.Api.Events
Assembly: Void.Proxy.Api.dll
public interface IEventWithResult<T> : IEventType Parameters
T
Implements
Properties
Result
T? Result { get; set; }Property Value
T?
Namespace: Void.Proxy.Api.Events
Assembly: Void.Proxy.Api.dll
public interface IEventWithResult<T> : IEventT
T? Result { get; set; }T?