Click or drag to resize
CodeActivityContextExtensionsGetService Method (CodeActivityContext, Guid)
Получение экземпляра CRM-сервиса.

Namespace:  PZone.Xrm.Workflow
Assembly:  PZone.SDK.Xrm.Workflow (in PZone.SDK.Xrm.Workflow.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
public static IOrganizationService GetService(
	this CodeActivityContext executionContext,
	Guid userId
)

Parameters

executionContext
Type: System.ActivitiesCodeActivityContext
Экземпляр класса CodeActivityContext.
userId
Type: SystemGuid
Идентификатор пользователя, от имени которого будет выполняться сервис.

Return Value

Type: IOrganizationService
Метод возвращает ссылку на экземпляр CRM-сервиса, запусщенного от имени указанного пользователя.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CodeActivityContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also