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.4.27341.0
Syntax public Task<bool> RunAsync()
Public Function RunAsync As Task(Of Boolean)
public:
Task<bool>^ RunAsync()
member RunAsync : unit -> Task<bool>
Return Value
Type:
TaskBooleanRemarks
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