DevForce Help Reference
MakeRemotable(Int32,String) Method


Start the TracePublisher service using the port and service name specified.
Syntax
'Declaration
 
Public Overloads Sub MakeRemotable( _
   ByVal pPort As Integer, _
   ByVal pServiceName As String _
) 
'Usage
 
Dim instance As TracePublisher
Dim pPort As Integer
Dim pServiceName As String
 
instance.MakeRemotable(pPort, pServiceName)
public void MakeRemotable( 
   int pPort,
   string pServiceName
)

Parameters

pPort
pServiceName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TracePublisher Class
TracePublisher Members
Overload List

Send Feedback