RemAdminRerunQueueIndex Method |
Namespace: Paperwork.Connect
public a_GenericResult RerunQueueIndex( long objectId )
public void RerunQueueIndex()
{
string s = "FF00010000000001";
long l;
long.TryParse(s, out l);
a_GenericResult queue = p.rAdmin.RerunQueueIndex(l);
if (queue.ErrorCode != 0)
throw new Exception(queue.Message);
}