[This is preliminary documentation and is subject to change.]
Override to extract action and path form request
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual string ParseWork(
WorkContext work,
out string path
)
protected virtual string ParseWork(
WorkContext work,
out string path
)
Protected Overridable Function ParseWork (
work As WorkContext,
<OutAttribute> ByRef path As String
) As String
Protected Overridable Function ParseWork (
work As WorkContext,
<OutAttribute> ByRef path As String
) As String
protected:
virtual String^ ParseWork(
WorkContext^ work,
[OutAttribute] String^% path
)
protected:
virtual String^ ParseWork(
WorkContext^ work,
[OutAttribute] String^% path
)
abstract ParseWork :
work : WorkContext *
path : string byref -> string
override ParseWork :
work : WorkContext *
path : string byref -> string
abstract ParseWork :
work : WorkContext *
path : string byref -> string
override ParseWork :
work : WorkContext *
path : string byref -> string
Return Value
Type:
String