IObjectLayerAsync.CreateObjectTypeAsync(XPObjectType, CancellationToken) Method
In This Article
When implemented by a class, asynchronously creates an XPObjectType record.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
Task CreateObjectTypeAsync(
XPObjectType objectType,
CancellationToken cancellationToken = default(CancellationToken)
)
#Parameters
Name | Type | Description |
---|---|---|
object |
XPObject |
An XPObject |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
cancellation |
Cancellation |
null | A Cancellation |
#Returns
Type | Description |
---|---|
Task | A Task that creates an XPObject |
See Also