API Referenceglobal
IndexBufferLockHandlerclass
object→
MulticastDelegate→IndexBufferLockHandlerConstructors1
Showing 1 constructors
public IndexBufferLockHandler(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(System.Span`1<int> data, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| data | Span<int> | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual void EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
void—public virtual void Invoke(System.Span`1<int> data)
| Parameter | Type | Description |
|---|---|---|
| data | Span<int> | — |
Returns:
void—No results match this filter.