GSuiteEngineAsyncRunAsync Method
IT Hit WebDAV Classes Reference
Processes requests to edit document in G Suite editor and generates response.
Namespace:
ITHit.GSuite.Server
Assembly:
ITHit.GSuite.Server (in ITHit.GSuite.Server.dll) Version: 11.3.10719
Syntaxpublic override Task RunAsync(
ContextAsync<IHierarchyItemBaseAsync> context
)
public override Task RunAsync(
ContextAsync<IHierarchyItemBaseAsync> context
)
Public Overrides Function RunAsync (
context As ContextAsync(Of IHierarchyItemBaseAsync)
) As Task
Public Overrides Function RunAsync (
context As ContextAsync(Of IHierarchyItemBaseAsync)
) As Task
public:
virtual Task^ RunAsync(
ContextAsync<IHierarchyItemBaseAsync^>^ context
) override
public:
virtual Task^ RunAsync(
ContextAsync<IHierarchyItemBaseAsync^>^ context
) override
abstract RunAsync :
context : ContextAsync<IHierarchyItemBaseAsync> -> Task
override RunAsync :
context : ContextAsync<IHierarchyItemBaseAsync> -> Task
abstract RunAsync :
context : ContextAsync<IHierarchyItemBaseAsync> -> Task
override RunAsync :
context : ContextAsync<IHierarchyItemBaseAsync> -> Task
Parameters
- context
- Type: ITHit.ServerContextAsyncIHierarchyItemBaseAsync
Instance of your context class derived from ContextAsyncTHierarchyItemAsync class.
Return Value
Type:
Task .
Remarks
See Also