Delegate DiagnoseMethod
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public delegate void DiagnoseMethod(Diagnostic scaffolder)
Parameters
Type | Name | Description |
---|---|---|
Diagnostic | scaffolder | Object to report scaffolding results to. |
Constructors
DiagnoseMethod(object, IntPtr)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public DiagnoseMethod(object @object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
IntPtr | method |
Methods
BeginInvoke(Diagnostic, AsyncCallback, object)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public virtual IAsyncResult BeginInvoke(Diagnostic scaffolder, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
Diagnostic | scaffolder | |
AsyncCallback | callback | |
object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(Diagnostic)
Delegate used by Diagnose(DiagnoseMethod) to carry out scaffolding logic.
Declaration
public virtual void Invoke(Diagnostic scaffolder)
Parameters
Type | Name | Description |
---|---|---|
Diagnostic | scaffolder |