Sets a user-defined ID for this instance of WSBase.
Visual Basic
Public Sub SetServiceID( _
ByVal serviceID As String _
)
C#
public void SetServiceID(
string serviceID
);
serviceID The service ID.
The service ID should be set to a value unique to this instance of WSBase. It is used internally to form a queue name for sending and receiving web service requests. Therefore, the service ID should be persisted between application sessions, in order to retrieve results of web service requests made in a previous session.