Delegate PostScenarioDescriptorBuilder._AggregationCallback
Assembly: NXOpen.dll
Syntax
delegate void _AggregationCallback(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output);
Parameters
Type |
Name |
Description |
Tag |
postScenarioManager |
|
System.IntPtr |
input |
|
System.IntPtr |
context |
|
System.IntPtr |
output |
|
Constructors
_AggregationCallback(Object, IntPtr)
Declaration
public _AggregationCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Tag, IntPtr, IntPtr, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Tag |
postScenarioManager |
|
System.IntPtr |
input |
|
System.IntPtr |
context |
|
System.IntPtr |
output |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Tag, IntPtr, IntPtr, IntPtr)
Declaration
public virtual void Invoke(Tag postScenarioManager, IntPtr input, IntPtr context, IntPtr output)
Parameters
Type |
Name |
Description |
Tag |
postScenarioManager |
|
System.IntPtr |
input |
|
System.IntPtr |
context |
|
System.IntPtr |
output |
|