Sets the synchronization type required for this CclOFlow object.
SetSyncType(syncType as Integer)
SetSyncType(syncType as CclFlowSyncTypes)
If cclSync is used, link and status calls using this flow block the calling program until a reply is received from CICS®. If cclDSynccclDSync is used, link and status calls using this flow return immediately to the calling program. The program can then use the Poll method to receive the reply from CICS later.