Class ProviderOperationCompletedEventArgs<T>
Class ProviderOperationCompletedEventArgs.
Namespace: Unity.Industrial.Forma.Core
Syntax
public class ProviderOperationCompletedEventArgs<T>
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. |