CrmService.BeginCreate Method
![]() |
Syntax
[Visual Basic .NET]
Public Function BeginCreate(
ByVal entity As BusinessEntity,
ByVal callback As AsyncCallback,
ByVal asyncState As Object
) As IAsyncResult
[C#]
public IAsyncResult BeginCreate(
BusinessEntity entity,
AsyncCallback callback,
Object asyncState
);
Parameters
entity
description
callback
description
asyncState
description
Return Value
Returns an IAsyncResult type.
Requirements
Namespace: Microsoft.Crm.SdkTypeProxy
Assembly: Microsoft.Crm.SdkTypeProxy.dll
See Also
.gif)