1 write to channel
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
835this.channel = channel;
4 references to channel
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
855result = this.channel.BeginTransactedUnsuspend(instanceId, callback, this); 859result = this.channel.BeginUnsuspend(instanceId, callback, this); 876thisPtr.channel.EndTransactedUnsuspend(result); 880thisPtr.channel.EndUnsuspend(result);