Use the following code to check status:
...
switch (proxy.AsyncCheckResponse(id)) //Perform check
{
...
case FlowStatus.Ready:
...
case FlowStatus.NotReady:
...
default:
...
}
...
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|