Message in Turkish (Türkçe)
Aynı 'X' işlem adına sahip olduklarından '<var>Type Name</var>' türü içindeki zaman uyumlu OperationContract yöntemi '<var>Method name</var>'ile görev tabanlı zaman uyumsuz OperationContract yöntemi '<var>X</var>' eşleştirildi. Zaman uyumlu bir OperationContract yöntemi görev tabanlı zaman uyumsuz bir OperationContract yöntemiyle eşleştirildiğinde, zaman uyumlu OperationContract yönteminde varsa ek özniteliklerin bildirimi yapılmalıdır. Bu durumda, görev tabanlı zaman uyumsuz OperationContract yöntemi '<var>X</var>', 'Y' türünde bir veya daha fazla özniteliğe sahiptir. Bunu düzeltmek için, '<var>X</var>' yönteminden 'Y' özniteliğini veya özniteliklerini kaldırın. Alternatif olarak, bu yöntemlerden birinin adı değiştirildiğinde eşleşme engellenir.
Unlocalized message
The synchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the task-based asynchronous OperationContract method '<var>X</var>' because they have the same operation name 'X'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, any additional attributes must be declared on the synchronous OperationContract method. In this case, the task-based asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'Y'. To fix it, remove the 'Y' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google