Overload | Description |
---|---|
Callback(Action<IEditContext>,Dataset) | Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run |
Callback(Action<IEditContext>,IEnumerable<Dataset>) | Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run |
Callback(Action<IEditContext>,Dataset[]) | Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run |
Callback(Action<IEditContext>,MapMember) | Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run |
Callback(Action<IEditContext>,IEnumerable<MapMember>) | Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run |
Callback(Action<IEditContext>,MapMember[]) | Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run |