Click or drag to resize

loaderSubsystemExecuteRequest Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Executes the request -

Namespace:  imbWEM.Core.loader
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public static loaderRequest ExecuteRequest(
	this loaderRequest request
)

Parameters

request
Type: imbWEM.Core.loaderloaderRequest
The request.

Return Value

Type: loaderRequest

[Missing <returns> documentation for "M:imbWEM.Core.loader.loaderSubsystem.ExecuteRequest(imbWEM.Core.loader.loaderRequest)"]

Usage Note

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