CrmService.UpdateAsync Method (Overloaded)
![]() |
Overload List
| Name | Description |
| CrmService.UpdateAsync Method (BusinessEntity) | description |
| CrmService.UpdateAsync Method (BusinessEntity, Object) | description |
See Also
CrmService.UpdateAsync Method (BusinessEntity)
Syntax
[Visual Basic .NET]
Public Sub UpdateAsync(
ByVal entity As BusinessEntity
)
[C#]
public void UpdateAsync(
BusinessEntity entity
);
Parameters
entity
description
Return Value
No return value.
Requirements
Namespace: Microsoft.Crm.SdkTypeProxy
Assembly: Microsoft.Crm.SdkTypeProxy.dll
See Also
- CrmService.UpdateAsync Method (Overloaded)
CrmService.UpdateAsync Method (BusinessEntity, Object)
Syntax
[Visual Basic .NET]
Public Sub UpdateAsync(
ByVal entity As BusinessEntity,
ByVal userState As Object
)
[C#]
public void UpdateAsync(
BusinessEntity entity,
Object userState
);
Parameters
entity
description
userState
description
Return Value
No return value.
Requirements
Namespace: Microsoft.Crm.SdkTypeProxy
Assembly: Microsoft.Crm.SdkTypeProxy.dll
See Also
- CrmService.UpdateAsync Method (Overloaded)
.gif)