Message in Turkish (Türkçe)
Aynı '<var>Z</var>' işlem adına sahip olduklarından '<var>Type Name</var>' türü içindeki görev tabanlı zaman uyumsuz OperationContract yöntemi '<var>Method name</var>'ile zaman uyumsuz OperationContract yöntemleri '<var>X</var>' ve '<var>Y</var>' eşleştirildi. Zaman uyumlu bir OperationContract yöntemi zaman uyumsuz iki OperationContract yöntemiyle eşleştirildiğinde, iki OperationContract tarafından aynı dönüş türü tanımlanmalıdır. Bu durumda, dönüş türleri farklıdır. Bunu düzeltmek için, '<var>Method name</var>' yöntemi ile '<var>Y</var>' yönteminin aynı dönüş türüne sahip olduğundan emin olun. Alternatif olarak, bu yöntemlerden birinin adı değiştirildiğinde eşleşme engellenir.
Unlocalized message
The task-based asynchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the asynchronous OperationContract methods '<var>X</var>' and '<var>Y</var>' because they have the same operation name '<var>Z</var>'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same return type. In this case, the return types are different. To fix it, ensure that method '<var>Method name</var>' and method '<var>Y</var>' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google