1 write to channel
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
956this.channel = channel;
4 references to channel
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
977result = this.channel.BeginTransactedUpdate(instanceId, updatedDefinitionIdentity, callback, this); 981result = this.channel.BeginUpdate(instanceId, updatedDefinitionIdentity, callback, this); 997thisPtr.channel.EndTransactedUpdate(result); 1001thisPtr.channel.EndUpdate(result);