1 implementation of OutArgs
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
300
public ICollection
OutArgs
2 references to OutArgs
System.Workflow.Activities (2)
Executors\WorkflowWebService.cs (2)
126
if (response.
OutArgs
!= null)
127
return ((ArrayList)response.
OutArgs
).ToArray();