Click or drag to resize

LocalServerRpcRunAsync Method

IT Hit User File System
Runs COM server.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax
public Task<bool> RunAsync()

Return Value

Type: TaskBoolean
Remarks
Call this method ONLY if you are using "RPC" versions of COM base classes, running in a separate external exe. Do NOT call this method in case of "Integrared" versions of COM base classes.
See Also