CallService Method

Treatail NEO Core Logic

Treatail.NEO

ServicesHelper..::..CallService Method

Namespace:  Treatail.NEO.WebApi.Tests.Logic
Assembly:  Treatail.NEO.WebApi.Tests (in Treatail.NEO.WebApi.Tests.dll)

Syntax


public static string CallService(
	ServiceAction action,
	string apiKey,
	string url,
	string jsonContent
)
Public Shared Function CallService ( _
	action As ServiceAction, _
	apiKey As String, _
	url As String, _
	jsonContent As String _
) As String
public:
static String^ CallService(
	ServiceAction^ action, 
	String^ apiKey, 
	String^ url, 
	String^ jsonContent
)

Parameters

action
Type: Treatail.NEO.WebApi.Tests.Logic..::..ServiceAction
apiKey
Type: String
url
Type: String
jsonContent
Type: String