Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmoravec committed Apr 23, 2018
2 parents ffcb946 + 26c81fe commit 8f09b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static CSOMOperation NewCorrelationId(this CSOMOperation operation)
return operation;
}

public static CSOMOperation RemoveCorrelationId(this CSOMOperation operation)
public static CSOMOperation ClearCorrelationId(this CSOMOperation operation)
{
operation.CorrelationId = Guid.Empty;
return operation;
Expand Down

0 comments on commit 8f09b43

Please sign in to comment.