Class ProviderOperationCompletedEventArgs<T>
Class ProviderOperationCompletedEventArgs.
Namespace: Unity.Industrial.Forma.Core
Syntax
public class ProviderOperationCompletedEventArgs<T> : object where T : ProviderReply
Type Parameters
Name | Description |
---|---|
T |
Properties
reply
Gets the reply.
Declaration
public T reply { get; }
Property Value
Type | Description |
---|---|
T | The reply. |