Attachmate.Reflection.Framework Namespace > MyReflection Class > Start Method : Start(String) Method |
'Declaration
Public Overloads Shared Function Start( _ ByVal channelName As String _ ) As Guid
'Usage
Dim channelName As String Dim value As Guid value = MyReflection.Start(channelName)
public static Guid Start( string channelName )
ForceStop()
method only after the Close()
method fails.)
The channelName parameter can be any valid string. Use the same channelName string in CreateApplication(channelName)
to create an Application
object.