I have this condition i am writing in a WCF.
if (condition) {<do stuff>} elseif(condition1) {<do sm stuff>} else {exit}
How do I implement this exit or in other words, do nothing and finish the call?
I have this condition i am writing in a WCF.
if (condition) {<do stuff>} elseif(condition1) {<do sm stuff>} else {exit}
How do I implement this exit or in other words, do nothing and finish the call?