getDeliveryServiceDefinition() Method
In ScheduleService, use the getDeliveryServiceDefinition() method to get the delivery service definition for a given userID and password.
Signature
DeliveryServiceDefinition getDeliveryServiceDefinition(String userID, String password);
Parameters for getDeliveryServiceDefinition() Method
Parameter | Description |
---|---|
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |