IMethodHandlerAsyncTHierarchyItemAsyncProcessRequestAsync Method
IT Hit WebDAV Classes Reference
Enables processing of HTTP Web requests by a custom handler.
Namespace:
ITHit.Server.Extensibility
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 11.3.10719
Syntax Task ProcessRequestAsync(
ContextAsync<THierarchyItemAsync> context,
THierarchyItemAsync item
)
Task ProcessRequestAsync(
ContextAsync<THierarchyItemAsync> context,
THierarchyItemAsync item
)
Function ProcessRequestAsync (
context As ContextAsync(Of THierarchyItemAsync),
item As THierarchyItemAsync
) As Task
Function ProcessRequestAsync (
context As ContextAsync(Of THierarchyItemAsync),
item As THierarchyItemAsync
) As Task
Task^ ProcessRequestAsync(
ContextAsync<THierarchyItemAsync>^ context,
THierarchyItemAsync item
)
Task^ ProcessRequestAsync(
ContextAsync<THierarchyItemAsync>^ context,
THierarchyItemAsync item
)
abstract ProcessRequestAsync :
context : ContextAsync<'THierarchyItemAsync> *
item : 'THierarchyItemAsync -> Task
abstract ProcessRequestAsync :
context : ContextAsync<'THierarchyItemAsync> *
item : 'THierarchyItemAsync -> Task
Parameters
- context
- Type: ITHit.ServerContextAsyncTHierarchyItemAsync
Instance of your context class derived from ContextAsyncTHierarchyItemAsync class.
- item
- Type: THierarchyItemAsync
Hierarchy item returned from GetHierarchyItemAsync(String) or
null.
Return Value
Type:
Task
.
Remarks See Also