Click or drag to resize
BusinessContextCopierCopyToConstantContext Method

[This is preliminary documentation and is subject to change.]

Copies a business context

Namespace: Netadmin.Core.Context
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static ConstantBusinessContext CopyToConstantContext(
	this IBusinessContext originalContext
)

Parameters

originalContext
Type: Netadmin.Core.ContextIBusinessContext
The original context

Return Value

Type: ConstantBusinessContext
A copy of the original context as ConstantBusinessContext

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBusinessContext. 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