TimeStamp Constructor(String,String,String,HashDelegate)
In This Topic
Initializes a new instance of the
TimeStamp class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As TimeStamp.HashDelegate _
)
public TimeStamp(
System.string ,
System.string ,
System.string ,
TimeStamp.HashDelegate
)
Parameters
- serverUrl
- The value of ServerUrl.
- userName
- The value of UserName.
- password
- The value of Password.
- hashMethod
- The value of HashMethod.
See Also