1 write to channel
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
774this.channel = channel;
4 references to channel
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
794result = this.channel.BeginTransactedSuspend(instanceId, reason, callback, this); 798result = this.channel.BeginSuspend(instanceId, reason, callback, this); 815thisPtr.channel.EndTransactedSuspend(result); 819thisPtr.channel.EndSuspend(result);