Uses of Class
com.aspose.tasks.WebRequestEventArgs
-
-
Uses of WebRequestEventArgs in com.aspose.tasks
Methods in com.aspose.tasks that return types with arguments of type WebRequestEventArgs Modifier and Type Method Description Event<WebRequestEventArgs>
ProjectServerManager. getExecutingWebRequest()
Gets an event that is raised when the web request is sent to Project Server's web API.Method parameters in com.aspose.tasks with type arguments of type WebRequestEventArgs Modifier and Type Method Description void
ProjectServerManager. setExecutingWebRequest(Event<WebRequestEventArgs> value)
Sets an event that is raised when the web request is sent to Project Server's web API.
-