Click or drag to resize
CodeActivityContextExtensionsGetService Method (CodeActivityContext)
Получение экземплпра 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
)

Parameters

executionContext
Type: System.ActivitiesCodeActivityContext
Экземпляр класса CodeActivityContext.

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