IFulltextServiceLogin Method |
Authenticates the user and establishes a service session context. Calling
this method is required to subsequently calling other service methods.
Namespace:
PDTec.IceNet.Domain.Fulltext.Service.Interface
Assembly:
PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 7.0.0.0 (7.0.6906.26599)
SyntaxServiceResult Login(
string user,
string password
)
Parameters
- user
- Type: SystemString
The user name. - password
- Type: SystemString
The password.
Return Value
Type:
ServiceResultThe service result status information.
See Also