Message in Greek (Ελληνικά)
Όταν χρησιμοποιείται το μοτίβο σχεδίασης IAsyncResult, η μέθοδος End δεν μπορεί να εμπλουτιστεί με το OperationContractAttribute (χαρακτηριστικό σύμβασης λειτουργίας) Μόνο η αντίστοιχη μέθοδος Begin μπορεί να εμπλουτιστεί με το OperationContractAttribute. Το χαρακτηριστικό αυτό θα εφαρμοστεί στο ζεύγος μεθόδων Begin-End. Η μέθοδος '<var>Method name</var>' στον τύπο '<var>Type Name</var>' το παραβιάζει αυτό.
Unlocalized message
When using the IAsyncResult design pattern, the End method cannot be decorated with OperationContractAttribute. Only the corresponding Begin method can be decorated with OperationContractAttribute; that attribute will apply to the Begin-End pair of methods. Method '<var>Method name</var>' in type '<var>Type Name</var>' violates this.
Search by Google