Class CallbackApiEvent
Событие обратного вызова.
Implements
Inherited Members
Namespace: Ascon.Polynom.Api.Events
Assembly: Ascon.Polynom.Api.dll
Syntax
public class CallbackApiEvent : ApiEvent, IEquatable<CallbackApiEvent>
Constructors
CallbackApiEvent(ApiObjectIdentifier, string)
Инициализирует объект класса CallbackApiEvent.
Declaration
public CallbackApiEvent(ApiObjectIdentifier callbackIdentifier, string callback)
Parameters
| Type | Name | Description |
|---|---|---|
| ApiObjectIdentifier | callbackIdentifier | Идентификатор обратного вызова. |
| string | callback | Строка обратного вызова. |
Properties
Callback
Возвращает строку обратного вызова.
Declaration
public string Callback { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(CallbackApiEvent)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CallbackApiEvent other)
Parameters
| Type | Name | Description |
|---|---|---|
| CallbackApiEvent | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | true if the current object is equal to the |