JsonUtility::CreateJsonpCallback Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
static String^ CreateJsonpCallback(
	String^ callback, 
	String^ payload
)

Parameters

callback
Type: System::String
payload
Type: System::String

Return Value

Type: System::String
Returns String.
Show: