Contains the operations exposed by the Clarizen web service

Member | Description | |
---|---|---|
![]() | Execute(array<BaseMessage>[]()[][]) |
Perform operations against the Clarizen web services
|
![]() | GetServerDefinition(String, String, LoginOptions) | |
![]() | Login(String, String, LoginOptions) |
Logs in to the Clarizen API server and starts a session
|
![]() | Logout()()()() |
Terminates an active web services session
|
![]() | Metadata(MetadataMessage) |
Executes a Metadata request. This is the same as sending a MetadataMessage to the Execute(array<BaseMessage>[]()[][]) method
|
![]() | Query(Query) |
Executes a Query request. This is the same as sending a Query message to the Execute(array<BaseMessage>[]()[][]) method.
|