Public Function CreatePullPoint( _ ByVal Request As XdsCreatePullPointRequest _ ) As XdsCreatePullPointResponse
Dim instance As XdsDomain Dim Request As XdsCreatePullPointRequest Dim value As XdsCreatePullPointResponse value = instance.CreatePullPoint(Request)
public XdsCreatePullPointResponse CreatePullPoint( XdsCreatePullPointRequest Request )
public: XdsCreatePullPointResponse^ CreatePullPoint( XdsCreatePullPointRequest^ Request )
Parameters
- Request