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