xApplication.registerServiceOnClient(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void registerServiceOnClient(int classId, System::String ^ _externalName);
public static void registerServiceOnClient (int classId, string _externalName);
static member registerServiceOnClient : int * string -> unit
Public Shared Sub registerServiceOnClient (classId As Integer, _externalName As String)
Parameters
- classId
- Int32
- _externalName
- String