Public Delegate Function XdsSoapServer.CreatePullPointRequestHandler( _ ByVal Request As XdsCreatePullPointRequest, _ ByVal RequestInfo As XdsRequestInfo _ ) As XdsCreatePullPointResponse
Dim instance As New XdsSoapServer.CreatePullPointRequestHandler(AddressOf HandlerMethod)
public delegate XdsCreatePullPointResponse XdsSoapServer.CreatePullPointRequestHandler( XdsCreatePullPointRequest Request, XdsRequestInfo RequestInfo )
public delegate XdsCreatePullPointResponse^ XdsSoapServer.CreatePullPointRequestHandler( XdsCreatePullPointRequest^ Request, XdsRequestInfo^ RequestInfo )
Parameters
- Request
- The CreatePullPoint request
- RequestInfo
- Details of the request